]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/x86/include/asm/bootm.h
gic: fixed compilation error in GICv2 wait for interrupt macro
[karo-tx-uboot.git] / arch / x86 / include / asm / bootm.h
1 /*
2  * Copyright (c) 2013, Google Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef ARM_BOOTM_H
8 #define ARM_BOOTM_H
9
10 void bootm_announce_and_cleanup(void);
11
12 #endif