summaryrefslogtreecommitdiffstats
path: root/src/include/reset.h
blob: 9f117dbda13f1a0ef7ae8e48b5e7b474cccd1cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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
OpenPOWER on IntegriCloud