blob: 8a9796e4560f9da382abcaa2b87774c14f256d8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _GDEVCD8_H
#define _GDEVCD8_H
/* a couple of definitions need in gdevcd8.c */
/* this holds the initialisation data of the hp850 */
struct hp850_cmyk_init {
byte a[26];
};
#endif
|