coreboot-libre-fam15h-rdimm/3rdparty/chromeec/chip/host/reboot.h

17 lines
353 B
C

/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Emulator self-reboot procedure */
#ifndef __CROS_EC_REBOOT_H
#define __CROS_EC_REBOOT_H
#ifndef TEST_FUZZ
__attribute__((noreturn))
#endif
void emulator_reboot(void);
#endif