Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – //trunk/src/lib/machines/freebsd/80x86/include/eti.h – Rev 80

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
80 7u83 1
#ifndef __TENDRA_ETI_H
2
#define __TENDRA_ETI_H
3
 
4
#include_next <eti.h>
5
 
6
#ifndef MAX_COMMAND
7
	#define	MAX_COMMAND	(512)
8
#endif
9
 
10
 
11
typedef int		OPTIONS;
12
 
13
 
14
#endif