Files
ish/app/LinuxInterop.h
T
2021-07-04 00:16:13 -07:00

14 lines
191 B
C

//
// LinuxInterop.h
// iSH
//
// Created by Theodore Dubois on 7/3/21.
//
#ifndef LinuxInterop_h
#define LinuxInterop_h
void actuate_kernel(char *cmdline);
#endif /* LinuxInterop_h */