mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
10 lines
150 B
C++
10 lines
150 B
C++
#include <exec.hpp>
|
|
|
|
namespace Execute
|
|
{
|
|
ExStatus Spawn(char *Path, uint64_t Arg0, uint64_t Arg1)
|
|
{
|
|
return ExStatus::Unknown;
|
|
}
|
|
}
|