Skip to content

Commit

Permalink
firewire: core: topology header fix
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent be5bbd6 commit b769bd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/firewire/fw-topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
#ifndef __fw_topology_h
#define __fw_topology_h

#include <linux/list.h>
#include <linux/slab.h>

#include <asm/atomic.h>

enum {
FW_NODE_CREATED,
FW_NODE_UPDATED,
Expand Down Expand Up @@ -64,6 +69,7 @@ static inline void fw_node_put(struct fw_node *node)
kfree(node);
}

struct fw_card;
void fw_destroy_nodes(struct fw_card *card);

int fw_compute_block_crc(u32 *block);
Expand Down

0 comments on commit b769bd1

Please sign in to comment.