blob: 476513d970a4491ad76197cc00e4c1f37cfc3c2e [file] [log] [blame]
Thomas Gleixnerc942fdd2019-05-27 08:55:06 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Roland Stiggec20b9092012-03-12 22:27:28 +01002/*
3 * arm/arch/mach-lpc32xx/include/mach/board.h
4 *
5 * Author: Kevin Wells <kevin.wells@nxp.com>
6 *
7 * Copyright (C) 2010 NXP Semiconductors
Roland Stiggec20b9092012-03-12 22:27:28 +01008 */
9
10#ifndef __ASM_ARCH_BOARD_H
11#define __ASM_ARCH_BOARD_H
12
13extern u32 lpc32xx_return_iram_size(void);
14
15#endif /* __ASM_ARCH_BOARD_H */