Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250980
b: refs/heads/master
c: 6aae6e0
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD authored and Linus Torvalds committed May 25, 2011
1 parent b500566 commit 385185a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 44ec7abe359204cc9186e32d31ef5b34c8d17274
refs/heads/master: 6aae6e0304d33e537298867dafb2703ec58c2e4f
3 changes: 3 additions & 0 deletions trunk/include/linux/genalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/


#ifndef __GENALLOC_H__
#define __GENALLOC_H__
/*
* General purpose special memory pool descriptor.
*/
Expand All @@ -34,3 +36,4 @@ extern int gen_pool_add(struct gen_pool *, unsigned long, size_t, int);
extern void gen_pool_destroy(struct gen_pool *);
extern unsigned long gen_pool_alloc(struct gen_pool *, size_t);
extern void gen_pool_free(struct gen_pool *, unsigned long, size_t);
#endif /* __GENALLOC_H__ */

0 comments on commit 385185a

Please sign in to comment.