[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.2, Tue Oct 16 18:09:34 2007 UTC (16 years, 8 months ago) by init
Branch: MAIN
Changes since 1.1: +6 -3 lines

describe obio_dd

/*
 * $Id: obiovar.h,v 1.2 2007/10/16 18:09:34 init Exp $
 */
#ifndef _ARCH_TESTARM_DEV_OBIOVAR_H
#define _ARCH_TESTARM_DEV_OBIOVAR_H

#include <sys/types.h>

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

#endif /* _ARCH_TESTARM_DEV_OBIOVAR_H */