1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-23 18:57:14 +00:00
Interlisp.maiko/inc/uraiddefs.h
2021-01-05 10:26:02 -08:00

12 lines
360 B
C

#ifndef URAIDDEFS_H
#define URAIDDEFS_H 1
LispPTR parse_atomstring(char *string);
void uraid_commclear(void);
void copy_region(const DLword *src, DLword *dst, int width, int h);
struct dtd *uGetDTD(unsigned int typenum);
unsigned int uGetTN(unsigned int address);
LispPTR uraid_commands(void);
int device_before_raid(void);
int device_after_raid(void);
#endif