Subversion Repositories HelenOS

Rev

Rev 2274 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2274 Rev 2294
Line 36... Line 36...
36
#include <arch/mm/page.h>
36
#include <arch/mm/page.h>
37
#include <arch/machine.h>
37
#include <arch/machine.h>
38
 
38
 
39
size_t get_memory_size(void)
39
size_t get_memory_size(void)
40
{
40
{
41
    return  machine_get_memory_size();
41
    return  machine_get_memory_size();
42
}
42
}
43
 
43
 
44
 
44
 
45
/** @}
45
/** @}
46
 */
46
 */