diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-rmobile/include/mach/sys_proto.h')
-rw-r--r-- | roms/u-boot/arch/arm/mach-rmobile/include/mach/sys_proto.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-rmobile/include/mach/sys_proto.h b/roms/u-boot/arch/arm/mach-rmobile/include/mach/sys_proto.h new file mode 100644 index 000000000..ec8036a35 --- /dev/null +++ b/roms/u-boot/arch/arm/mach-rmobile/include/mach/sys_proto.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2010 + * Texas Instruments, <www.ti.com> + */ + +#ifndef _SYS_PROTO_H_ +#define _SYS_PROTO_H_ + +#endif |