mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 23:54:24 -04:00
htc: implement socket driver (socket api not really impl'd yet)
This commit is contained in:
parent
b5ab491603
commit
1c974a387c
31 changed files with 1389 additions and 35 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
namespace ams::socket::impl {
|
||||
|
||||
constexpr inline auto MinimumHeapAlignment = 0x10;
|
||||
|
||||
void *Alloc(size_t size);
|
||||
void *Calloc(size_t num, size_t size);
|
||||
void Free(void *ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue