All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m55s
7 lines
141 B
C
7 lines
141 B
C
#ifndef _KERNEL_PROC_CAPABILITY_H
|
|
#define _KERNEL_PROC_CAPABILITY_H
|
|
|
|
#define PROC_CAP_TERMINAL (1 << 0)
|
|
|
|
#endif // _KERNEL_PROC_CAPABILITY_H
|