From 8cbefe95bd4c6e1e715af0f9667c0c2d3d1f9eff Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 14 Jan 2003 01:56:59 +0000 Subject: ops, missing files CVS patchset: 3910 CVS date: 2003/01/14 01:56:59 --- src/video_out/libdha/sysdep/pci_generic_os.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/video_out/libdha/sysdep/pci_generic_os.c (limited to 'src/video_out/libdha/sysdep/pci_generic_os.c') diff --git a/src/video_out/libdha/sysdep/pci_generic_os.c b/src/video_out/libdha/sysdep/pci_generic_os.c new file mode 100644 index 000000000..8855bb4ba --- /dev/null +++ b/src/video_out/libdha/sysdep/pci_generic_os.c @@ -0,0 +1,15 @@ +/* + 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; +} -- cgit v1.2.3