More cleanup of the SMART ATA passthrough commands
[JMraidcon.git] / src / sata_xor.h
1 #ifndef SATA_XOR_H
2 #define SATA_XOR_H
3
4 #include <stdint.h>
5
6 void SATA_XOR( uint32_t* theData );
7
8 #endif
9