]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-s5pc1xx/sys_proto.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-s5pc1xx / sys_proto.h
CommitLineData
399e5ae0 1/*
d8e5f554 2 * Copyright (C) 2009 Samsung Electrnoics
399e5ae0
MK
3 * Minkyu Kang <mk7.kang@samsung.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
399e5ae0
MK
6 */
7
d8e5f554
MK
8#ifndef _SYS_PROTO_H_
9#define _SYS_PROTO_H_
399e5ae0 10
d8e5f554 11u32 get_device_type(void);
399e5ae0 12
d8e5f554 13#endif