blob: 033ab79516d1bdc262015479727a5944b0524098 [file] [log] [blame]
Simon Glassaa83f2b2014-10-19 21:11:20 -06001/*
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
10void bootm_announce_and_cleanup(void);
11
12#endif