XenevaOS
Loading...
Searching...
No Matches
aa64hcode.h
Go to the documentation of this file.
1
30#ifndef __AA64_HARDCODE_H__
31#define __AA64_HARDCODE_H__
32
33#ifdef __TARGET_BOARD_QEMU_VIRT__
34#include <Hal/AA64/qemu.h>
35#elif __TARGET_BOARD_RPI3__
36#include <Hal/AA64/rpi3.h>
37#endif
38
39
40#endif