Files
mop3/kernel/proc/capability.h
kamkow1 927d9e4c73
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
Working PS/2 keyboard driver
2026-02-15 14:28:07 +01:00

8 lines
176 B
C

#ifndef _KERNEL_PROC_CAPABILITY_H
#define _KERNEL_PROC_CAPABILITY_H
#define PROC_CAP_TERMINAL (1 << 0)
#define PROC_CAP_KB (1 << 1)
#endif // _KERNEL_PROC_CAPABILITY_H