2 * This file is part of the coreboot project.
4 * Copyright 2014 The ChromiumOS Authors
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; version 2 of
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
24 * halt the system reliably
26 void __noreturn
halt(void);
27 #endif /* __ROMCC__ */
29 /* Power off the system. */
32 #endif /* __HALT_H__ */