summaryrefslogtreecommitdiff
path: root/src/include/part/hard_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/part/hard_reset.h')
-rw-r--r--src/include/part/hard_reset.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/part/hard_reset.h b/src/include/part/hard_reset.h
deleted file mode 100644
index cbfc747d1e..0000000000
--- a/src/include/part/hard_reset.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef PART_HARD_RESET_H
-#define PART_HARD_RESET_H
-
-#if CONFIG_HAVE_HARD_RESET == 1
-void hard_reset(void);
-#else
-#define hard_reset() do {} while(0)
-#endif
-
-
-#endif