Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Roland Stigge | c20b909 | 2012-03-12 22:27:28 +0100 | [diff] [blame] | 2 | /* |
| 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 Stigge | c20b909 | 2012-03-12 22:27:28 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __ASM_ARCH_BOARD_H |
| 11 | #define __ASM_ARCH_BOARD_H |
| 12 | |
| 13 | extern u32 lpc32xx_return_iram_size(void); |
| 14 | |
| 15 | #endif /* __ASM_ARCH_BOARD_H */ |