OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
avr.h
Go to the documentation of this file.
1
5#pragma once
6#if !defined(OSCR_AVR_H_)
7# define OSCR_AVR_H_
8
9# include "arch.h"
10
11# if defined(OSCR_ARCH_AVR)
12
13namespace OSCR::Hardware
14{
15 // ...
16} /* namespace OSCR::Hardware */
17
18# endif /* OSCR_ARCH_AVR */
19
20#endif /* OSCR_AVR_H_ */
Support Multiple Architectures.