This commit is contained in:
2025-09-27 15:16:26 +02:00
parent 5af7c5276a
commit 3b1bb9d531
63 changed files with 1087 additions and 407 deletions

10
share/sysdefs/devctl.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef SHARE_SYSDEFS_DEVCTL_H_
#define SHARE_SYSDEFS_DEVCTL_H_
enum {
DEVCTL_GET_HANDLE = 100,
};
typedef uint64_t Dev_t;
#endif // SHARE_SYSDEFS_DEVCTL_H_