mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 04:06:34 +01:00
19 lines
186 B
C
19 lines
186 B
C
#ifndef _CPUi_H_
|
|
#define _CPUi_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
typedef uint16_t uintptr_near_t;
|
|
|
|
#define VERSIONMARKER __at (0x008b)
|
|
|
|
#define irqsOn() IEN_EA = 1
|
|
|
|
|
|
#include "soc.h"
|
|
|
|
|
|
|
|
#endif
|