comparison vidix/drivers/radeon_vid.c @ 4038:ec0647e73136

portable solution
author nick
date Mon, 07 Jan 2002 17:39:50 +0000
parents 607a4a565f04
children b61ba6c256dd
comparison
equal deleted inserted replaced
4037:2ec3b5e24955 4038:ec0647e73136
3 Copyrights 2002 Nick Kurshev. This file is based on sources from 3 Copyrights 2002 Nick Kurshev. This file is based on sources from
4 GATOS (gatos.sf.net) and X11 (www.xfree86.org) 4 GATOS (gatos.sf.net) and X11 (www.xfree86.org)
5 Licence: GPL 5 Licence: GPL
6 */ 6 */
7 7
8 #ifndef __FreeBSD__ 8 #include "../../libdha/pci_ids.h"
9 #include <linux/pci_ids.h>
10 #endif
11 #include <errno.h> 9 #include <errno.h>
12 #include <stdio.h> 10 #include <stdio.h>
13 #include <stdlib.h> 11 #include <stdlib.h>
14 #include <string.h> 12 #include <string.h>
15 #include <math.h> 13 #include <math.h>