mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Supply missing header guards
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190604181618.19980-5-armbru@redhat.com>
This commit is contained in:
parent
37677d7db3
commit
f91005e195
84 changed files with 419 additions and 7 deletions
|
@ -17,6 +17,9 @@
|
|||
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef TARGET_MICROBLAZE_MMU_H
|
||||
#define TARGET_MICROBLAZE_MMU_H
|
||||
|
||||
#define MMU_R_PID 0
|
||||
#define MMU_R_ZPR 1
|
||||
#define MMU_R_TLBX 2
|
||||
|
@ -93,3 +96,5 @@ unsigned int mmu_translate(struct microblaze_mmu *mmu,
|
|||
uint32_t mmu_read(CPUMBState *env, bool ea, uint32_t rn);
|
||||
void mmu_write(CPUMBState *env, bool ea, uint32_t rn, uint32_t v);
|
||||
void mmu_init(struct microblaze_mmu *mmu);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue