summaryrefslogtreecommitdiffstats
path: root/src/fw.h
diff options
context:
space:
mode:
authorGravatar Dan Dennedy 2008-04-30 14:37:28 -0700
committerGravatar Dan Dennedy 2008-04-30 14:37:28 -0700
commitf9681ff59da0acca543ad5d15213c6253114f0ce (patch)
treeea1da14c7a5fba1c6c6f1fceff1fb76c25ef8551 /src/fw.h
parentlibraw1394.sgml, raw1394.h: remove information about deprecated isochronous (diff)
Move the source code files in the juju directory into the src directory and
give them 'fw' names instead of 'juju.'
Diffstat (limited to '')
-rw-r--r--src/fw.h (renamed from juju/juju.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/juju/juju.h b/src/fw.h
index fc0eba1..e3196de 100644
--- a/juju/juju.h
+++ b/src/fw.h
@@ -1,6 +1,6 @@
/* -*- c-basic-offset: 8 -*-
*
- * juju.h -- Internal header file for raw1394 emulation
+ * fw.h -- Internal header file for firewire raw1394 emulation
*
* Copyright (C) 2007 Kristian Hoegsberg <krh@bitplanet.net>
*
@@ -19,14 +19,14 @@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __juju_h
-#define __juju_h
+#ifndef LIBRAW1394_FW_H
+#define LIBRAW1394_FW_H
#include <stdlib.h>
#include <byteswap.h>
#include <linux/firewire-cdev.h>
-#include "../src/raw1394.h"
-#include "../src/csr.h"
+#include "raw1394.h"
+#include "csr.h"
#include "config.h"
#define ptr_to_u64(p) ((__u64)(unsigned long)(p))