mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 03:13:15 +01:00
10 lines
183 B
C
10 lines
183 B
C
/*
|
|
* Syscall API for capability manipulation
|
|
*
|
|
* Copyright (C) 2009 Bahadir Balban
|
|
*/
|
|
#ifndef __API_CAPABILITY_H__
|
|
#define __API_CAPABILITY_H__
|
|
|
|
#endif /* __API_CAPABILITY_H__ */
|