Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 63 → Rev 104

/shark/trunk/drivers/linuxc24/include/sys/ttydefaults.h
40,6 → 40,10
#ifndef _SYS_TTYDEFAULTS_H_
#define _SYS_TTYDEFAULTS_H_
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*
* Defaults on "first" open.
*/
97,4 → 101,6
CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
};
#undef TTYDEFCHARS
 
__END_DECLS
#endif