xref: /haiku/src/add-ons/media/media-add-ons/firewire_dv/glue.h (revision 17889a8c70dbb3d59c1412f6431968753c767bab)
1 /*
2  * FireWire DV media addon for Haiku
3  *
4  * Copyright (c) 2008, JiSheng Zhang (jszhang3@mail.ustc.edu.cn)
5  * Distributed under the terms of the MIT License.
6  *
7  */
8 #ifndef __FIREWIRE_CARD_GLUE_H
9 #define __FIREWIRE_CARD_GLUE_H
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include <stdint.h>
16 #include <endian.h>
17 #include "eui64.h"
18 #include "firewire.h"
19 #include "iec13213.h"
20 #include "fwphyreg.h"
21 #include "iec68113.h"
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
28