summaryrefslogtreecommitdiff
path: root/v4.0/src/INC/LOCK.INC
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/INC/LOCK.INC')
-rw-r--r--v4.0/src/INC/LOCK.INC24
1 files changed, 24 insertions, 0 deletions
diff --git a/v4.0/src/INC/LOCK.INC b/v4.0/src/INC/LOCK.INC
new file mode 100644
index 0000000..469ce79
--- /dev/null
+++ b/v4.0/src/INC/LOCK.INC
@@ -0,0 +1,24 @@
1;
2;Equates for LOCK
3;
4;LOCK functions
5;
6Lock_all equ 0
7Unlock_all equ 1
8Lock_mul_range equ 2
9Unlock_mul_range equ 3
10Lock_read equ 4
11Write_unlock equ 5
12Lock_add equ 6
13
14;
15;Structure for Lock buffer
16
17LockBuf STRUC
18
19 Lock_position DD ? ; file position for LOCK
20 Lock_length DD ? ; number of bytes to LOCK
21
22LockBuf ENDS
23;
24 \ No newline at end of file