Sign in
qemu
/
meson
/
refs/heads/updatevs
/
.
/
test cases
/
common
/
215 source set realistic example
/
boards
/
arm
/
arm.h
blob: 4dd6b694f86cdc44cc3bc717765c7e599ac073b3 [
file
] [
log
] [
blame
]
#ifndef
ARM_H
#define
ARM_H
1
#include
"common.h"
struct
ARMBoard
:
Board
{
const
char
*
target
();
void
some_arm_thing
();
};
#endif