Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209272
b: refs/heads/master
c: 88d89da
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Aug 12, 2010
1 parent d7699a6 commit 48895f9
Show file tree
Hide file tree
Showing 2 changed files with 13 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: f46a6804135795f77d096ab0128f27531c7d051c
refs/heads/master: 88d89da64951377962334b684634cfc1468aa93f
12 changes: 12 additions & 0 deletions trunk/tools/perf/util/include/linux/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@
#define DECLARE_BITMAP(name,bits) \
unsigned long name[BITS_TO_LONGS(bits)]

struct list_head {
struct list_head *next, *prev;
};

struct hlist_head {
struct hlist_node *first;
};

struct hlist_node {
struct hlist_node *next, **pprev;
};

#endif

0 comments on commit 48895f9

Please sign in to comment.