[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.3, Tue Oct 16 19:31:29 2007 UTC (16 years, 8 months ago) by init
Branch: MAIN
Changes since 1.2: +3 -3 lines

add ioaddr to tacons_dd;

/*
 * $Id: taconsvar.h,v 1.3 2007/10/16 19:31:29 init Exp $
 */
#ifndef _ARCH_TESTARM_DEV_TACONSVAR_H
#define _ARCH_TESTARM_DEV_TACONSVAR_H

#include <dev/fcons/fconsvar.h>

struct tacons_dd {
	uint32_t 			td_ioaddr;	/* I/O addr */
	struct consoleops 	td_consops;
};

#endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */