[Phi] fixing name consistency

This commit is contained in:
2026-08-18 18:21:52 +02:00
parent 8360d8edfe
commit e98907df8e
18 changed files with 114 additions and 79 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ typedef struct PhiCommandReader
} PhiCommandReader;
int HandleWorkExecution(PhiEndpoint endpoint, const PhiMessageHeader* header);
int PhiDrainCommandReader(PhiCommandReader* reader);
PhiStatus PhiReadCommandData(PhiCommandReader* reader, void* data, uint64_t size);
int DrainCommandReader(PhiCommandReader* reader);
PhiStatus ReadCommandData(PhiCommandReader* reader, void* data, uint64_t size);
#endif