]> git.saurik.com Git - apple/system_cmds.git/blobdiff - dp_notify_lib/backing_store_alerts.defs
system_cmds-550.6.tar.gz
[apple/system_cmds.git] / dp_notify_lib / backing_store_alerts.defs
diff --git a/dp_notify_lib/backing_store_alerts.defs b/dp_notify_lib/backing_store_alerts.defs
deleted file mode 100644 (file)
index 4326949..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * File:       dynamic_pager.tproj/backing_store_alerts.defs
- * Author:     Chris Youngworth
- * Date:       Oct, 1999
- *
- *     Exported alerts from the dynamic_pager facility.
- */
-
-subsystem
-
-       backing_store_alerts 1000;
-
-#ifndef __MigTypeCheck
-#define __MigTypeCheck 1
-#endif
-
-#include <mach/std_types.defs>
-#include <mach/mach_types.defs>
-
-
-simpleroutine  backing_store_alert(
-               alert_port              : mach_port_t;
-       in      flags                   : int);