mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
13 lines
171 B
C
13 lines
171 B
C
|
/*
|
||
|
* Copyright (c) 2013, Google Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef ARM_BOOTM_H
|
||
|
#define ARM_BOOTM_H
|
||
|
|
||
|
void bootm_announce_and_cleanup(void);
|
||
|
|
||
|
#endif
|