mirror of
https://github.com/drasko/codezero.git
synced 2026-09-20 04:10:21 +02:00
Added standard capability.h to all pre-defined projects
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#ifndef __UART_SERVICE_CAPABILITY_H__
|
||||||
|
#define __UART_SERVICE_CAPABILITY_H__
|
||||||
|
|
||||||
|
#include <l4lib/capability.h>
|
||||||
|
#include <l4/api/capability.h>
|
||||||
|
#include <l4/generic/cap-types.h>
|
||||||
|
|
||||||
|
void cap_print(struct capability *cap);
|
||||||
|
void cap_list_print(struct cap_list *cap_list);
|
||||||
|
int cap_read_all();
|
||||||
|
|
||||||
|
#endif /* header */
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
#ifndef __UART_SERVICE_CAPABILITY_H__
|
||||||
|
#define __UART_SERVICE_CAPABILITY_H__
|
||||||
|
|
||||||
|
#include <l4lib/capability.h>
|
||||||
|
#include <l4/api/capability.h>
|
||||||
|
#include <l4/generic/cap-types.h>
|
||||||
|
|
||||||
|
void cap_print(struct capability *cap);
|
||||||
|
void cap_list_print(struct cap_list *cap_list);
|
||||||
|
int cap_read_all();
|
||||||
|
|
||||||
|
#endif /* header */
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
#ifndef __UART_SERVICE_CAPABILITY_H__
|
||||||
|
#define __UART_SERVICE_CAPABILITY_H__
|
||||||
|
|
||||||
|
#include <l4lib/capability.h>
|
||||||
|
#include <l4/api/capability.h>
|
||||||
|
#include <l4/generic/cap-types.h>
|
||||||
|
|
||||||
|
void cap_print(struct capability *cap);
|
||||||
|
void cap_list_print(struct cap_list *cap_list);
|
||||||
|
int cap_read_all();
|
||||||
|
|
||||||
|
#endif /* header */
|
||||||
Reference in New Issue
Block a user