Changeset 26e7d6d in mainline for kernel/generic/include/ddi/ddi.h
- Timestamp:
- 2011-09-19T16:31:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a347a11
- Parents:
- 3842a955 (diff), 086290d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ddi/ddi.h
r3842a955 r26e7d6d 36 36 #define KERN_DDI_H_ 37 37 38 #include <ddi/ddi_arg.h>39 38 #include <typedefs.h> 39 #include <abi/ddi/arg.h> 40 40 #include <proc/task.h> 41 41 #include <adt/list.h> … … 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 actually 51 mapped. */ 50 52 } parea_t; 51 53
Note:
See TracChangeset
for help on using the changeset viewer.