summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/memblock.h
blob: 13af3e4336edaffcb3f1ec343f5be70657dc2fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _IPXE_MEMBLOCK_H
#define _IPXE_MEMBLOCK_H

/** @file
 *
 * Largest memory block
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <stdint.h>
#include <ipxe/uaccess.h>

extern size_t largest_memblock ( userptr_t *start );

#endif /* _IPXE_MEMBLOCK_H */