[U-Boot] Q about ARM "boot_mode.h"

16 Jun
2018
16 Jun
'18
9:36 p.m.
On Github:
linux-u-boot/arch/arm/include/asm/arch-rockchip/boot_mode.h
contains these lines 21-26
#ifndef __ASSEMBLY__ int setup_boot_mode(void); #endif
int setup_boot_mode(void);
Won't this give multiple definitions of "setup_boot_mode" if __ASSEMBLY__ is not defined?
-wis
2524
Age (days ago)
2524
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wis Macomson