Semi-decennial update. 50% code inflation.
[cbaos.git] / include / ioctl.h
blob5447b8e6be5e9361c80786743a851f160a0f4db1
1 #ifndef _IOCTL_H_
2 #define _IOCTL_H_
4 enum ioctl {
5 I_GETBAUD,
6 I_SETBAUD,
7 I_GETPARITY,
8 I_SETPARITY,
9 };
11 #endif