Changeset 6212095 in mainline for generic/include/ddi/ddi_arg.h
- Timestamp:
- 2006-05-28T10:01:08Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c93e805
- Parents:
- 46fc2f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ddi/ddi_arg.h
r46fc2f9 r6212095 36 36 void *virt_base; /** Virtual address of starting page. */ 37 37 unsigned long pages; /** Number of pages to map. */ 38 int writable; /** True if the mapping should be writable. */38 int flags; /** Address space area flags for the mapping. */ 39 39 } ddi_memarg_t; 40 40
Note:
See TracChangeset
for help on using the changeset viewer.