/* Copyright (c) Rene Ladan , 2-claused BSD license */ #include /* u_char */ #include typedef struct s_biosfont { u_char bitmap[8]; u_char nr; } t_biosfont; /* 'b' (group) and 1 (len) do not seem to matter much */ #define BIOSFONT_ASCII _IOWR('b', 1, t_biosfont)