9 lines
126 B
C
9 lines
126 B
C
#ifndef _BOOT_HW_RAM_H
|
|
#define _BOOT_HW_RAM_H
|
|
|
|
#include <libboot/types.h>
|
|
|
|
size_t hw_ram_get_size();
|
|
|
|
#endif //_BOOT_HW_RAM_H
|