mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
14 lines
191 B
C
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 */
|