Files
my-os-project2/share/sysdefs/devctl.h

13 lines
192 B
C

#ifndef SHARE_SYSDEFS_DEVCTL_H_
#define SHARE_SYSDEFS_DEVCTL_H_
#define DEVCTL_GET_HANDLE 100
#if !defined(__ASSEMBLER__)
typedef uint64_t Dev_t;
#endif
#endif // SHARE_SYSDEFS_DEVCTL_H_