This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbsebbs/user.h

20 lines
330 B
C
Raw Permalink Normal View History

2009-05-15 20:01:56 +00:00
#ifndef _USER_H
#define _USER_H
#define EMSI_ACK **EMSI_ACKA490
#define EMSI_NAK **EMSI_NAKEEC3
#define EMSI_IRQ **EMSI_IRQ8E08
#define EMSI_IIR **EMSI_IIR
#define EMSI_ICI **EMSI_ICI
#define EMSI_ISI **EMSI_ISI
#define EMSI_CHT **EMSI_CHT
#define EMSI_TCH **EMSI_TCH
#define EMSI_CLI **EMSI_CLIFA8C
void user(void);
#endif