summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/system.h b/include/system.h
index 48af1c332a..26a57d9d61 100644
--- a/include/system.h
+++ b/include/system.h
@@ -322,12 +322,6 @@ int system_set_bbram(enum system_bbram_idx idx, uint8_t value);
void system_hibernate(uint32_t seconds, uint32_t microseconds);
/**
- * Chip-level callback functions called in system_hibernate() after we force
- * to shutdown the chipset and get ready to enter hibernate mode.
- */
-void chip_hibernate(uint32_t seconds, uint32_t microseconds);
-
-/**
* Optional board-level callback functions called before and after initiating
* chip-level hibernate sequence. These function may or may not return,
* depending if the board implements an alternate hibernate method. The _late