diff options
Diffstat (limited to 'arch/arm/mach-s5pc1xx/include/mach/sys_proto.h')
-rw-r--r-- | arch/arm/mach-s5pc1xx/include/mach/sys_proto.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h b/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h new file mode 100644 index 0000000000..647d6c4382 --- /dev/null +++ b/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2009 Samsung Electrnoics + * Minkyu Kang <mk7.kang@samsung.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _SYS_PROTO_H_ +#define _SYS_PROTO_H_ + +u32 get_device_type(void); + +#endif |