#ifndef LCD_MODULE_H #define LCD_MODULE_H #define LCD_DEFAULT_PORT "parport0" #define DEFAULT_COLS 16 #define DEFAULT_ROWS 2 #define DEFAULT_LCD_MAJOR 121 #define TAB_SIZE 4 #define MAX_DISPLAYS 8 #define MIN_COLS 1 #define MIN_ROWS 1 #define MAX_COLS 40 #define MAX_ROWS 4 #ifdef DEBUG #define DPRINTK printk #else #define DPRINTK(args,...) #endif #endif