repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BTRFS: Implement BTree::Path and change _Find.
[haiku.git]
/
src
/
add-ons
/
media
/
media-add-ons
/
firewire_dv
/
glue.h
blob
6f8649db4ba84b45d04713d3190d4c0dcb0cb67d
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