implementing foundations of xeon phi daemon
Build / build (push) Has been cancelled
Test / build_and_test (push) Has been cancelled

This commit is contained in:
2026-07-06 02:58:03 +02:00
parent b6ef13c198
commit 9fa97919b3
19 changed files with 1541 additions and 123 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef APE_PHI_MEMORY_H
#define APE_PHI_MEMORY_H
#include <Daemon.h>
int HandleAllocMemory(scif_epd_t endpoint, const PhiMessageHeader* header);
int HandleFreeMemory(scif_epd_t endpoint, const PhiMessageHeader* header);
#endif