]>
Commit | Line | Data |
---|---|---|
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 | ||
9 | subsystem | |
10 | ||
11 | backing_store_alerts 1000; | |
12 | ||
34d340d7 A |
13 | #ifndef __MigTypeCheck |
14 | #define __MigTypeCheck 1 | |
15 | #endif | |
16 | ||
1815bff5 A |
17 | #include <mach/std_types.defs> |
18 | #include <mach/mach_types.defs> | |
19 | ||
20 | ||
21 | simpleroutine backing_store_alert( | |
22 | alert_port : mach_port_t; | |
23 | in flags : int); |