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