Subversion Repositories HelenOS

Rev

Rev 3373 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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.h"
  10.     {NULL, NULL, NULL, NULL}
  11. };
  12.  
  13. #endif
  14.