scripts: remove explicit --with-paranoia from configure line as it is enabled by...
[AROS.git] / workbench / hidds / radeon / ids.h
blobe1537e4ae557a341f75ebd8501fa9b3a69f54bfa
1 #ifndef IDS_H_
2 #define IDS_H_
3 /*
4 Copyright © 2006, The AROS Development Team. All rights reserved.
5 $Id$
7 Desc: PCI ids for ATI
8 Lang: English
9 */
11 #include <exec/types.h>
12 #include "ati.h"
13 #include "radeon.h"
15 struct ATIDevice {
16 UWORD VendorID, ProductID __attribute__((packed));
17 CardType Type;
18 BOOL (*Init)(struct ati_staticdata*);
19 BOOL masked_check;
22 extern const struct ATIDevice support[] __attribute__((section(".pci.supids")));
24 #endif /*IDS_H_*/