seL4/libsel4/include
Anna Lyons 2fea9a0fe2 SELFOUR-567: use seL4_CapRights_t from libsel4
This change

* changes seL4_CapRights from the kernel to be seL4_CapRights_t in
libsel4
* deprecates the duplicated seL4_CapRights in libsel4, which is
  now the bitfield generated type seL4_CapRights_t.
* fixes all usages in kernel and libsel4

Impact: for verification, this will require the type to change name
from cap_rights to seL4_CapRights_t.
This is a breaking libsel4 API change, although most code uses
seL4_AllRights or similar constants, which will not break
at a source level as these constants have been updated.
2016-11-25 12:29:07 +11:00
..
api Merge pull request #410 in SEL4/sel4 from ~ALYONS/sel4:cache to master 2016-10-28 04:21:25 +00:00
interfaces SELFOUR-567: use seL4_CapRights_t from libsel4 2016-11-25 12:29:07 +11:00
sel4 SELFOUR-567: use seL4_CapRights_t from libsel4 2016-11-25 12:29:07 +11:00