xref: /openbmc/u-boot/arch/arm/mach-exynos/include/mach/sys_proto.h (revision c418addfa9e758b05531eb37498c6fa0317d2c64)
1 /*
2  * Copyright (C) 2010 Samsung Electrnoics
3  * Minkyu Kang <mk7.kang@samsung.com>
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _SYS_PROTO_H_
9 #define _SYS_PROTO_H_
10 
11 u32 get_device_type(void);
12 void invalidate_dcache(u32);
13 void l2_cache_disable(void);
14 void l2_cache_enable(void);
15 
16 #endif
17