Subversion Repositories HelenOS

Rev

Rev 3912 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3912 Rev 4505
Line 34... Line 34...
34
 */
34
 */
35
 
35
 
36
#ifndef __GENERIC_CHAR_MAP_H__
36
#ifndef __GENERIC_CHAR_MAP_H__
37
#define __GENERIC_CHAR_MAP_H__
37
#define __GENERIC_CHAR_MAP_H__
38
 
38
 
-
 
39
#include <errno.h>
39
#include <unistd.h>
40
#include <unistd.h>
40
 
41
 
41
#include "../err.h"
42
#include "../err.h"
42
 
43
 
43
#include "char_map.h"
44
#include "char_map.h"