[wip] captable

This commit is contained in:
Berkus Decker 2020-12-29 01:35:48 +02:00
parent e24c3aaca5
commit dda2c2a4ca
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ use {
ux::u6,
};
/// CapNode capability points to a CapTable containing
/// a number of CapTableEntries.
/// While CapTable is merely a storage, CapNode capability
/// provides information about the guard and the size
/// of that table.
//=====================
// Cap definition
//=====================