added useable INT flag to shared_info.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15105 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Other authors:
|
Other authors:
|
||||||
Mark Watson;
|
Mark Watson;
|
||||||
Apsed;
|
Apsed;
|
||||||
Rudolf Cornelissen 10/2002-11/2004.
|
Rudolf Cornelissen 10/2002-11/2005.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRIVERINTERFACE_H
|
#ifndef DRIVERINTERFACE_H
|
||||||
@@ -184,6 +184,7 @@ typedef struct {
|
|||||||
|
|
||||||
/* general card information */
|
/* general card information */
|
||||||
uint32 card_type; /* see card_type enum above */
|
uint32 card_type; /* see card_type enum above */
|
||||||
|
bool int_assigned; /* card has a useable INT assigned to it */
|
||||||
status_t pins_status; /* B_OK if read correctly, B_ERROR if faked */
|
status_t pins_status; /* B_OK if read correctly, B_ERROR if faked */
|
||||||
bool sdram; /* TRUE if SDRAM card: needed info for 2D acceleration */
|
bool sdram; /* TRUE if SDRAM card: needed info for 2D acceleration */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user