2 * Utility functions to read our own memory map
4 * Copyright (c) 2020 Linaro Ltd
6 * SPDX-License-Identifier: GPL-2.0-or-later
32 * Read /proc/self/maps and return a list of MapInfo structures.
34 GSList
*read_self_maps(void);
40 * Free a list of MapInfo structures.
42 void free_self_maps(GSList
*info
);
44 #endif /* SELFMAP_H */