unicorn/qemu/include/hw/arm/arm.h

23 lines
433 B
C
Raw Normal View History

2015-08-21 07:04:50 +00:00
/*
* Misc ARM declarations
*
* Copyright (c) 2006 CodeSourcery.
* Written by Paul Brook
*
* This code is licensed under the LGPL.
*
*/
#ifndef ARM_MISC_H
2017-01-19 07:10:41 +00:00
#define ARM_MISC_H
2015-08-21 07:04:50 +00:00
#include "exec/memory.h"
void tosa_machine_init(struct uc_struct *uc);
void machvirt_machine_init(struct uc_struct *uc); // ARM64
void arm_cpu_register_types(void *opaque);
void aarch64_cpu_register_types(void *opaque);
#endif /* !ARM_MISC_H */