netbsd32_fbcmap
#define FBIOPUTCMAP32 _IOW('F', 3, struct netbsd32_fbcmap)
#define FBIOGETCMAP32 _IOW('F', 4, struct netbsd32_fbcmap)
struct netbsd32_fbcmap cmap; /* color map info */
static inline void netbsd32_to_fbcmap(struct netbsd32_fbcmap *,
struct netbsd32_fbcmap *, u_long);
netbsd32_to_fbcmap(struct netbsd32_fbcmap *s32p, struct fbcmap *p, u_long cmd)
netbsd32_from_fbcmap(struct fbcmap *p, struct netbsd32_fbcmap *s32p, u_long cmd)