Files
Custom-Operating-System/boot/arm32/hw/ram.h

9 lines
126 B
C
Raw Normal View History

2025-02-12 09:54:05 -05:00
#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