Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13973
b: refs/heads/master
c: f668ab1
h: refs/heads/master
i:
  13971: 9c46876
v: v3
  • Loading branch information
Luben Tuikov authored and Adrian Bunk committed Nov 8, 2005
1 parent c607542 commit ddfab0e
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: 9abdc4cd8a81a3c29e051eb12963757ac60bd440
refs/heads/master: f668ab1acc05fc3f525b97db613b2d1f99efd957
6 changes: 6 additions & 0 deletions trunk/include/linux/idr.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* Small id to pointer translation service avoiding fixed sized
* tables.
*/

#ifndef __IDR_H__
#define __IDR_H__

#include <linux/types.h>
#include <linux/bitops.h>

Expand Down Expand Up @@ -77,3 +81,5 @@ int idr_get_new_above(struct idr *idp, void *ptr, int starting_id, int *id);
void idr_remove(struct idr *idp, int id);
void idr_destroy(struct idr *idp);
void idr_init(struct idr *idp);

#endif /* __IDR_H__ */

0 comments on commit ddfab0e

Please sign in to comment.