source: mainline/uspace/app/bdsh/cmds/builtins/builtins.h@ 41bbab6

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 41bbab6 was f3d47c97, checked in by Jiri Svoboda <jiri@…>, 7 years ago

Bdsh's xxx_def.h files are not valid headers.

  • Property mode set to 100644
File size: 282 bytes
RevLine 
[216d6fc]1#ifndef BUILTINS_H
2#define BUILTINS_H
3
4#include "config.h"
5
[81bc309]6#include "batch/entry.h"
[216d6fc]7#include "cd/entry.h"
[721d3a27]8#include "exit/entry.h"
[216d6fc]9
10builtin_t builtins[] = {
[f3d47c97]11#include "batch/batch_def.inc"
12#include "cd/cd_def.inc"
13#include "exit/exit_def.inc"
[0b4a67a]14 {NULL, NULL, NULL, NULL, 0}
[216d6fc]15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.