#define PGO_HIB (1)
#define PGO_WAIT_FOR_UNLOAD (2)
#define PGO_METADATA (4)
+#define PGO_RESET_ALL (8)
-#define PGO_ALL_FLAGS (PGO_HIB | PGO_WAIT_FOR_UNLOAD | PGO_METADATA)
+#define PGO_ALL_FLAGS (PGO_HIB | PGO_WAIT_FOR_UNLOAD | PGO_METADATA | PGO_RESET_ALL)
/**
#endif
+#ifdef XNU_KERNEL_PRIVATE
+kern_return_t do_pgo_reset_counters(void);
+#endif
+
+
#endif