mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
819833af39
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15 lines
346 B
C
15 lines
346 B
C
/* DO NOT EDIT THIS FILE
|
|
* Automatically generated by toolchain/trunk/proc-defs/sh/create-arch-headers.sh
|
|
* DO NOT EDIT THIS FILE
|
|
*/
|
|
|
|
#ifndef __MACH_GLOB_BLACKFIN__
|
|
#define __MACH_GLOB_BLACKFIN__
|
|
|
|
#include "blackfin_def.h"
|
|
#ifndef __ASSEMBLY__
|
|
#include "blackfin_cdef.h"
|
|
#endif
|
|
#include "blackfin_local.h"
|
|
|
|
#endif /* __MACH_GLOB_BLACKFIN__ */
|