Added function get_memory_map_etc() which works similar to
get_memory_map(), but has a saner semantics and allows specifying a team. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26600 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -151,6 +151,9 @@ extern status_t lock_memory(void *buffer, size_t numBytes, uint32 flags);
|
||||
extern status_t unlock_memory_etc(team_id team, void *address,
|
||||
size_t numBytes, uint32 flags);
|
||||
extern status_t unlock_memory(void *buffer, size_t numBytes, uint32 flags);
|
||||
extern status_t get_memory_map_etc(team_id team, const void *address,
|
||||
size_t numBytes, physical_entry *table,
|
||||
uint32* _numEntries);
|
||||
extern long get_memory_map(const void *buffer, ulong size,
|
||||
physical_entry *table, long numEntries);
|
||||
extern area_id map_physical_memory(const char *areaName,
|
||||
|
||||
Reference in New Issue
Block a user