Go to the documentation of this file.
120 #ifndef _FORENSIC_1394_H
121 #define _FORENSIC_1394_H
128 #if defined(FORENSIC1394_DECL)
130 #elif defined(_MSC_VER)
131 # define FORENSIC1394_DECL __declspec(dllexport)
132 #elif (__GNUC__ >= 3)
133 # define FORENSIC1394_DECL __attribute__((visibility("default")))
135 # define FORENSIC1394_DECL
157 typedef struct _forensic1394_req
175 #define FORENSIC1394_CSR_SZ 256
604 #endif // _FORENSIC_1394_H