gk7205v200-uboot/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h

14 lines
208 B
C
Raw Permalink Normal View History

2025-08-07 17:13:54 +08:00
/*
* 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