Subversion Repositories HelenOS

Rev

Rev 3346 | Rev 3373 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3265 post 1
#ifndef BUILTINS_H
2
#define BUILTINS_H
3
 
4
#include "config.h"
5
 
6
#include "cd/entry.h"
7
 
8
builtin_t builtins[] = {
9
#include "cd/cd.def"
10
    {NULL, NULL, NULL, NULL}
11
};
12
 
13
#endif