netbsd32_fbcursor
#define FBIOSCURSOR32 _IOW('F', 24, struct netbsd32_fbcursor)
#define FBIOGCURSOR32 _IOWR('F', 25, struct netbsd32_fbcursor)
static inline void netbsd32_to_fbcursor(struct netbsd32_fbcursor *,
struct netbsd32_fbcursor *, u_long);
netbsd32_to_fbcursor(struct netbsd32_fbcursor *s32p, struct fbcursor *p, u_long cmd)
netbsd32_from_fbcursor(struct fbcursor *p, struct netbsd32_fbcursor *s32p, u_long cmd)