mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
Merge the contents (less some trivial bordering the silly comments)
of <vm/vm_prot.h> and <vm/vm_inherit.h> into <vm/vm.h>. This puts
the #defines for the vm_inherit_t and vm_prot_t types next to their
typedefs.
This paves the road for the commit to follow shortly: change
useracc() to use VM_PROT_{READ|WRITE} rather than B_{READ|WRITE}
as argument.
|
||
|---|---|---|
| .. | ||
| ata-all.c | ||
| ata-all.h | ||
| ata-disk.c | ||
| ata-disk.h | ||
| ata-dma.c | ||
| atapi-all.c | ||
| atapi-all.h | ||
| atapi-cd.c | ||
| atapi-cd.h | ||
| atapi-fd.c | ||
| atapi-fd.h | ||
| atapi-tape.c | ||
| atapi-tape.h | ||