Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
coreboot
/
7274ba360d51d8ca8278708225661d9291fd3c60
/
.
/
src
/
include
/
reset.h
blob: 9f117dbda13f1a0ef7ae8e48b5e7b474cccd1cd2 [
file
] [
log
] [
blame
]
#ifndef
RESET_H
#define
RESET_H
#if CONFIG_HAVE_HARD_RESET
void
hard_reset
(
void
);
#else
#define
hard_reset
()
do
{}
while
(
0
)
#endif
void
soft_reset
(
void
);
#endif