]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/bootm.h
Merge branch 'master' of git://git.denx.de/u-boot-imx
[u-boot] / 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