source:
freewrt/package/lcd4linux/patches/120-remove_parport_outb.patch@
6fc4520e
| Last change on this file since 6fc4520e was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 517 bytes | |
-
drv_generic_parport.c
diff -urN lcd4linux.old/drv_generic_parport.c lcd4linux.dev/drv_generic_parport.c
old new 134 134 #define PARPORT_STATUS_BUSY 0x80 135 135 #endif 136 136 137 #ifndef WITH_OUTB 138 #define inb(foo) 0 139 #define outb(foo,bar) 0 140 #endif 141 137 142 #if !defined(WITH_OUTB) && !defined(WITH_PPDEV) 138 143 #error neither outb() nor ppdev() possible 139 144 #error cannot compile parallel port driver
Note:
See TracBrowser
for help on using the repository browser.
