IOHIDReportDescriptorParser.h   [plain text]


//
//  IOHIDReportDescriptorParser.h
//  IOHIDFamily
//
//  Created by Rob Yepez on 2/23/13.
//
//

#ifndef IOHIDFamily_IOHIDReportParser_h
#define IOHIDFamily_IOHIDReportParser_h

#include <stdio.h>
#include <stdint.h>

extern void PrintHIDReport(uint8_t *reportDesc, uint32_t length);

#endif /* IOHIDFamily_IOHIDReportParser_h */