diff options
author | qwx <devnull@localhost> | 2018-05-12 19:19:52 +0200 |
---|---|---|
committer | qwx <devnull@localhost> | 2018-05-12 19:19:52 +0200 |
commit | 70c7a9eb07516843da083b6231d55a07d28b9350 (patch) | |
tree | 60d4e259f888f91e086bf63b78095374df90f2a4 /sys/src/cmd/vmx | |
parent | 2728e065895e7af2493ed7af3b8897caa416adf6 (diff) |
add signed fixed size integer typedefs
Diffstat (limited to 'sys/src/cmd/vmx')
-rw-r--r-- | sys/src/cmd/vmx/dat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/src/cmd/vmx/dat.h b/sys/src/cmd/vmx/dat.h index b6321ab96..25a1898a0 100644 --- a/sys/src/cmd/vmx/dat.h +++ b/sys/src/cmd/vmx/dat.h @@ -1,7 +1,3 @@ -typedef char s8int; -typedef short s16int; -typedef int s32int; - typedef struct PCIDev PCIDev; typedef struct PCICap PCICap; typedef struct PCIBar PCIBar; |