]> git.saurik.com Git - apple/system_cmds.git/blame - dp_notify_lib/backing_store_alerts.defs
system_cmds-336.23.tar.gz
[apple/system_cmds.git] / dp_notify_lib / backing_store_alerts.defs
CommitLineData
1815bff5
A
1/*
2 * File: dynamic_pager.tproj/backing_store_alerts.defs
3 * Author: Chris Youngworth
4 * Date: Oct, 1999
5 *
6 * Exported alerts from the dynamic_pager facility.
7 */
8
9subsystem
10
11 backing_store_alerts 1000;
12
13#include <mach/std_types.defs>
14#include <mach/mach_types.defs>
15
16
17simpleroutine backing_store_alert(
18 alert_port : mach_port_t;
19 in flags : int);