diff options
Diffstat (limited to 'src/video_out/libdha/sysdep/pci_generic_os.c')
-rw-r--r-- | src/video_out/libdha/sysdep/pci_generic_os.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/video_out/libdha/sysdep/pci_generic_os.c b/src/video_out/libdha/sysdep/pci_generic_os.c deleted file mode 100644 index 8855bb4ba..000000000 --- a/src/video_out/libdha/sysdep/pci_generic_os.c +++ /dev/null @@ -1,15 +0,0 @@ -/* - Generic stuff to compile VIDIX only on any system (SCRATCH) -*/ -#warn This stuff is not ported on yur system -static __inline__ int enable_os_io(void) -{ - printf("enable_os_io: generic function call\n"); - return 0; -} - -static __inline__ int disable_os_io(void) -{ - printf("disable_os_io: generic function call\n"); - return 0; -} |