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

describe tacons_dd

/*
 * $Id: taconsvar.h,v 1.2 2007/10/16 19:18:56 init Exp $
 */
#ifndef _ARCH_TESTARM_DEV_TACONSVAR_H
#define _ARCH_TESTARM_DEV_TACONSVAR_H

#include <dev/fcons/fconsvar.h>

struct tacons_dd {
	struct consoleops td_consops;

};

#endif /* _ARCH_TESTARM_DEV_TACONSVAR_H */