Changeset 7dd2561 in mainline for generic/include/mm/frame.h
- Timestamp:
- 2005-12-15T15:24:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80d2bdb
- Parents:
- dc747e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/frame.h
rdc747e3 r7dd2561 84 84 extern link_t zone_head; /**< list of all zones in the system */ 85 85 86 extern void zone_init(void);87 86 extern zone_t *zone_create(__address start, size_t size, int flags); 88 87 extern void zone_attach(zone_t *zone);
Note:
See TracChangeset
for help on using the changeset viewer.