mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +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
|