Changes in kernel/generic/include/ddi/ddi.h [b366a6f4:d7533c7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ddi/ddi.h
rb366a6f4 rd7533c7 48 48 pfn_t frames; /**< Number of frames in the area. */ 49 49 bool unpriv; /**< Allow mapping by unprivileged tasks. */ 50 bool mapped; /**< Indicate whether the area is actually51 mapped. */52 50 } parea_t; 53 51
Note:
See TracChangeset
for help on using the changeset viewer.