summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-i440fx/memory.h
blob: f0f426612f23e1314a0cfa54622a3e27b6de612d (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */


#ifndef __QEMU_MEMORY_H_
#define __QEMU_MEMORY_H_

unsigned long qemu_get_high_memory_size(void);
unsigned long qemu_get_memory_size(void);

#endif