Changeset 98e4507 in mainline for kernel/generic/include/mm/reserve.h
- Timestamp:
- 2011-05-20T01:13:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c460cc
- Parents:
- a0bb65af (diff), 326bf65 (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/mm/reserve.h
ra0bb65af r98e4507 38 38 #include <typedefs.h> 39 39 40 extern void reserve_init(void); 40 41 extern bool reserve_try_alloc(size_t); 41 42 extern void reserve_force_alloc(size_t);
Note:
See TracChangeset
for help on using the changeset viewer.