mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
12 lines
252 B
C
12 lines
252 B
C
|
|
||
|
//
|
||
|
// Hibernate.c
|
||
|
//
|
||
|
/** Returns TRUE if given macOS on given volume is hibernated
|
||
|
* (/private/var/vm/sleepimage exists and it's modification time is close to volume modification time).
|
||
|
*/
|
||
|
BOOLEAN
|
||
|
IsOsxHibernated (
|
||
|
IN LOADER_ENTRY *Entry
|
||
|
);
|