summaryrefslogtreecommitdiff
path: root/chip/host/reboot.h
blob: b6a7d817e6d43630a9ae699913fbc2ff67a6589b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (c) 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 __REBOOT_H
#define __REBOOT_H

void emulator_reboot(void);

#endif