Commit b769bd17 authored by Stefan Richter's avatar Stefan Richter

firewire: core: topology header fix

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent be5bbd67
...@@ -19,6 +19,11 @@ ...@@ -19,6 +19,11 @@
#ifndef __fw_topology_h #ifndef __fw_topology_h
#define __fw_topology_h #define __fw_topology_h
#include <linux/list.h>
#include <linux/slab.h>
#include <asm/atomic.h>
enum { enum {
FW_NODE_CREATED, FW_NODE_CREATED,
FW_NODE_UPDATED, FW_NODE_UPDATED,
...@@ -64,6 +69,7 @@ static inline void fw_node_put(struct fw_node *node) ...@@ -64,6 +69,7 @@ static inline void fw_node_put(struct fw_node *node)
kfree(node); kfree(node);
} }
struct fw_card;
void fw_destroy_nodes(struct fw_card *card); void fw_destroy_nodes(struct fw_card *card);
int fw_compute_block_crc(u32 *block); int fw_compute_block_crc(u32 *block);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment