Rizin
unix-like reverse engineering framework and cli tools
omap.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2021 Basstorm <basstorm@nyist.edu.cn>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef PDB_OMAP_H
5 #define PDB_OMAP_H
6 
7 #include <rz_util.h>
8 
9 typedef struct {
12 } OmapEntry;
13 
14 #endif
uint32_t ut32
Definition: omap.h:9
ut32 from
Definition: omap.h:10
ut32 to
Definition: omap.h:11