Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136005
b: refs/heads/master
c: b769bd1
h: refs/heads/master
i:
  136003: e23fbf1
v: v3
  • Loading branch information
Stefan Richter committed Mar 24, 2009
1 parent 7e40d05 commit 58468d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be5bbd6756b44602a3f281af05c2f416fa9bd1c6
refs/heads/master: b769bd17656f991c5588c676376e5ec77d25997a
6 changes: 6 additions & 0 deletions trunk/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 58468d1

Please sign in to comment.