OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
common.h
1
/********************************************************************
2
* Open Source Cartridge Reader *
3
********************************************************************/
4
#pragma once
5
#ifndef OSCR_COMMON_H_
6
#define OSCR_COMMON_H_
7
8
#include "syslibinc.h"
9
#include "config.h"
10
11
#include "common/Types.h"
12
#include "common/specializations.h"
13
#include "common/Util.h"
14
15
#include "common/Configuration.h"
16
#include "common/crc32.h"
17
#include "common/PinControl.h"
18
19
#include "common/CRDB.h"
20
#include "common/Power.h"
21
22
#include "common/Updater.h"
23
24
#endif
/* OSCR_COMMON_H_ */
include
common.h
Generated by
1.14.0