aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/device/device.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device/device.defs b/include/device/device.defs
index ec4b5bf8..d1df799d 100644
--- a/include/device/device.defs
+++ b/include/device/device.defs
@@ -98,7 +98,7 @@ routine device_read(
in mode : dev_mode_t;
in recnum : recnum_t;
in bytes_wanted : int;
- out data : io_buf_ptr_t
+ out data : io_buf_ptr_t, dealloc
);
routine device_read_inband(