mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +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
|
|
);
|