mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-19 01:17:36 +00:00
9 lines
286 B
C
9 lines
286 B
C
#ifndef DSPIFDEFS_H
|
|
#define DSPIFDEFS_H 1
|
|
#include "devif.h"
|
|
void make_dsp_instance(DspInterface dsp, char *lispbitmap, int width_hint, int height_hint, int depth_hint);
|
|
unsigned long GenericReturnT(void);
|
|
void GenericPanic(DspInterface dsp);
|
|
void describedsp(DspInterface dsp);
|
|
#endif
|