root/src/add-ons/media/media-add-ons/firewire_dv/glue.h
/*
 * FireWire DV media addon for Haiku
 *
 * Copyright (c) 2008, JiSheng Zhang (jszhang3@mail.ustc.edu.cn)
 * Distributed under the terms of the MIT License.
 *
 */
#ifndef __FIREWIRE_CARD_GLUE_H
#define __FIREWIRE_CARD_GLUE_H

#ifdef __cplusplus
extern "C" {
#endif

#include <stdint.h>
#include <endian.h>
#include "eui64.h"
#include "firewire.h"
#include "iec13213.h"
#include "fwphyreg.h"
#include "iec68113.h"

#ifdef __cplusplus
}
#endif

#endif