Files
osc2025/kernel/include/shell.h
2025-04-08 07:01:24 +08:00

8 lines
96 B
C

#pragma once
#include <stddef.h>
#include <initrd.h>
int // is continue
shell(file_node_t *);