BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / add-ons / media / media-add-ons / firewire_dv / glue.h
blob6f8649db4ba84b45d04713d3190d4c0dcb0cb67d
1 /*
2 * FireWire DV media addon for Haiku
4 * Copyright (c) 2008, JiSheng Zhang (jszhang3@mail.ustc.edu.cn)
5 * Distributed under the terms of the MIT License.
7 */
8 #ifndef __FIREWIRE_CARD_GLUE_H
9 #define __FIREWIRE_CARD_GLUE_H
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
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"
23 #ifdef __cplusplus
25 #endif
27 #endif