diff options
| author | 2008-04-30 14:37:28 -0700 | |
|---|---|---|
| committer | 2008-04-30 14:37:28 -0700 | |
| commit | f9681ff59da0acca543ad5d15213c6253114f0ce (patch) | |
| tree | ea1da14c7a5fba1c6c6f1fceff1fb76c25ef8551 /src/fw-iso.c | |
| parent | libraw1394.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-iso.c (renamed from juju/raw1394-iso.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juju/raw1394-iso.c b/src/fw-iso.c index 9fc8779..471d981 100644 --- a/juju/raw1394-iso.c +++ b/src/fw-iso.c @@ -1,6 +1,6 @@ /* -*- c-basic-offset: 8 -*- * - * raw1394-iso.c -- Emulation of the raw1394 rawiso API on the juju stack + * raw1394-iso.c -- Emulation of the raw1394 rawiso API on the firewire stack * * Copyright (C) 2007 Kristian Hoegsberg <krh@bitplanet.net> * @@ -28,8 +28,8 @@ #include <sys/epoll.h> #include <sys/ioctl.h> -#include "juju.h" -#include "../src/raw1394_private.h" +#include "fw.h" +#include "raw1394_private.h" static int queue_packet(fw_handle_t handle, |
