pgl: update to use tipc (untested)
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
|
||||
namespace ams::pgl::srv {
|
||||
|
||||
void Initialize();
|
||||
void InitializeHeap();
|
||||
void *Allocate(size_t size);
|
||||
void Deallocate(void *p, size_t size);
|
||||
|
||||
void StartServer();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user