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

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

Revision 1.5, Tue Oct 16 20:33:36 2007 UTC (16 years, 7 months ago) by init
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2 lines

struct fcons_handle, not struct consoleops; change name to tacons_dd->td_fh

/*
 * $Id: taconsvar.h,v 1.5 2007/10/16 20:33:36 init Exp $
 */
#ifndef _ARCH_TESTARM_DEV_TACONSVAR_H
#define _ARCH_TESTARM_DEV_TACONSVAR_H

#include <sys/bus.h>
#include <dev/fcons/fconsvar.h>

struct tacons_dd {
	struct bus_handle 	*td_bhp;
	uint32_t 			td_ioaddr;	/* I/O addr */

	struct fcons_handle td_fh;
};

#endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */