[BACK]Return to obiovar.h CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm / dev

File: [local] / funnyos / arch / testarm / dev / obiovar.h (download)

Revision 1.3, Tue Oct 16 18:17:00 2007 UTC (16 years, 7 months ago) by init
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +6 -1 lines

forgot to add bus_handle field in obio_dd

/*
 * $Id: obiovar.h,v 1.3 2007/10/16 18:17:00 init Exp $
 */
#ifndef _ARCH_TESTARM_DEV_OBIOVAR_H
#define _ARCH_TESTARM_DEV_OBIOVAR_H

#include <sys/types.h>
#include <sys/bus.h>


struct obio_dd {
	uint8_t 	od_locked; 		/* lock flag */
	uint8_t 	od_ndevices; 	/* number of attached devices */

	/* bus_handle */
	struct bus_handle od_bh;
};

#endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */