ref(libterm): now apple-styled too
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
#pragma once
|
||||
#include <types.h>
|
||||
|
||||
UInt64 OSServiceWrite(UInt64 fileDescriptor, UInt64 buffer, UInt64 length);
|
||||
UInt64 OSServiceRead(UInt64 fileDescriptor, UInt64 buffer, UInt64 count);
|
||||
UInt64 OSServiceIOWrite(UInt64 fileDescriptor, UInt64 buffer, UInt64 length);
|
||||
UInt64 OSServiceIORead(UInt64 fileDescriptor, UInt64 buffer, UInt64 count);
|
||||
@@ -4,4 +4,4 @@
|
||||
#pragma once
|
||||
#include <types.h>
|
||||
|
||||
UInt64 OSServiceMemoryGet(UInt64 size);
|
||||
UInt64 OSServiceMemoryAllocate(UInt64 size);
|
||||
Reference in New Issue
Block a user