mirror of
https://github.com/drasko/codezero.git
synced 2026-03-31 09:19:03 +02:00
7 lines
103 B
C
7 lines
103 B
C
#ifndef __CAPABILITY_H__
|
|
#define __CAPABILITY_H__
|
|
|
|
int caps_read_all();
|
|
|
|
#endif /* __CAPABILITY_H__ */
|