Implement Get PCMCIA Data packet, and support for Linux.

This commit is contained in:
2019-10-19 01:09:50 +01:00
parent fa4fa839a6
commit eb4e3e3f32
6 changed files with 172 additions and 3 deletions

View File

@@ -58,5 +58,6 @@ uint8_t linux_get_ieee1394_data(const char* devicePath,
uint64_t* guid,
char* vendor,
char* model);
uint8_t linux_get_pcmcia_data(const char* devicePath, uint16_t* cisLen, char* cis);
#endif // DICREMOTE_LINUX_H