Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include <u.h>
2
#include <libc.h>
3
 
4
typedef uvlong	u64int;
5
typedef	uchar	u8int;
6
typedef ushort	u16int;
7
 
8
#include "oventi.h"
9
#include "vac.h"
10
#include "fs.h"
11