mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-26 04:12:34 +01:00
97e738ba36
- re-arrange includes
13 lines
90 B
C
13 lines
90 B
C
#ifndef ASM_H
|
|
#define ASM_H
|
|
|
|
/*
|
|
|
|
This header must be empty
|
|
|
|
*/
|
|
|
|
#define NREGS 40
|
|
|
|
#endif
|