aboutsummaryrefslogtreecommitdiff
path: root/include/system.h
blob: c30a9fdd88c659b1921b3c98b69f7e740b8c69c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __SYSTEM_H__
#define __SYSTEM_H__

#include "types.h"


err e33_ioctl( Size fd, unsigned long req, void *arg );
boolean _strcomp( String s1, String s2 );


#endif /** __SYSTEM_H__ **/