diff options
author | Marin Ramesa <marin.ramesa@gmail.com> | 2013-06-29 20:46:15 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-06-29 20:46:15 +0200 |
commit | 3f4b14de254df3fe968fc54e1a3187f5cd8d5def (patch) | |
tree | b78eaa7823cbfa0c64275af0faaf643a709f044f | |
parent | 33e22a2836117f1a1098b821875b35c004a717bf (diff) |
Add device_pager_setup prototype
* device/ds_routines.h (device_pager_setup): Add prototype.
-rw-r--r-- | device/ds_routines.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/device/ds_routines.h b/device/ds_routines.h index a00a12d..c4333f4 100644 --- a/device/ds_routines.h +++ b/device/ds_routines.h @@ -58,4 +58,11 @@ boolean_t ds_write_done(io_req_t); void iowait (io_req_t ior); +kern_return_t device_pager_setup( + mach_device_t device, + int prot, + vm_offset_t offset, + vm_size_t size, + mach_port_t *pager); + #endif /* DS_ROUTINES_H */ |