mirror of
https://github.com/drasko/codezero.git
synced 2026-01-19 06:13:16 +01:00
15 lines
333 B
C
15 lines
333 B
C
/*
|
|
* Pager's capabilities for kernel resources
|
|
*
|
|
* Copyright (C) 2009 Bahadir Balban
|
|
*/
|
|
#include <bootm.h>
|
|
#include <init.h>
|
|
#include <l4/lib/list.h>
|
|
#include <capability.h>
|
|
#include <l4/api/capability.h>
|
|
#include <l4lib/arch/syscalls.h>
|
|
#include <l4/generic/cap-types.h> /* TODO: Move this to API */
|
|
#include <malloc/malloc.h>
|
|
|