wip split arm and generic caps
This commit is contained in:
parent
6e6e82f466
commit
25f6fc0e98
|
@ -370,11 +370,16 @@ macro_rules! capdefs {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Generic caps - @todo move to src/caps/
|
||||||
capdefs! {
|
capdefs! {
|
||||||
Null, Untyped, Endpoint,
|
Null, Untyped, Endpoint,
|
||||||
Notification, Reply, CapNode,
|
Notification, Reply, CapNode,
|
||||||
Thread, IrqControl, IrqHandler,
|
Thread, IrqControl, IrqHandler,
|
||||||
Zombie, Domain, Resume,
|
Zombie, Domain, Resume
|
||||||
|
}
|
||||||
|
|
||||||
|
// ARM-specific caps
|
||||||
|
capdefs! {
|
||||||
Frame, PageTable, PageDirectory,
|
Frame, PageTable, PageDirectory,
|
||||||
PageUpperDirectory, PageGlobalDirectory,
|
PageUpperDirectory, PageGlobalDirectory,
|
||||||
AsidControl, AsidPool
|
AsidControl, AsidPool
|
||||||
|
|
Loading…
Reference in New Issue