added shared_info flag for 'no-INT-assigned' stuff.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14440 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-9/2005.
|
Rudolf Cornelissen 10/2002-10/2005.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRIVERINTERFACE_H
|
#ifndef DRIVERINTERFACE_H
|
||||||
@@ -297,6 +297,7 @@ typedef struct {
|
|||||||
uint8 adress; /* I2C adress on which TVout chip resides */
|
uint8 adress; /* I2C adress on which TVout chip resides */
|
||||||
} tv_encoder;
|
} tv_encoder;
|
||||||
uint8 monitors; /* output devices connection matrix */
|
uint8 monitors; /* output devices connection matrix */
|
||||||
|
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 */
|
||||||
|
|
||||||
/* PINS */
|
/* PINS */
|
||||||
|
|||||||
Reference in New Issue
Block a user