Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192539
b: refs/heads/master
c: 3e21ec2
h: refs/heads/master
i:
  192537: b719948
  192535: 9929eb4
v: v3
  • Loading branch information
Robert P. J. Day authored and Jiri Kosina committed Mar 15, 2010
1 parent 40920c6 commit 2f2b137
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 320cc51d90832231cece478f0db6550ef367f8f3
refs/heads/master: 3e21ec224f0acbd2e9beeb3dea04edc1d36dbe1f
9 changes: 9 additions & 0 deletions trunk/include/linux/kobj_map.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* kobj_map.h
*/

#ifndef _KOBJ_MAP_H_
#define _KOBJ_MAP_H_

#include <linux/mutex.h>

typedef struct kobject *kobj_probe_t(dev_t, int *, void *);
Expand All @@ -8,3 +15,5 @@ int kobj_map(struct kobj_map *, dev_t, unsigned long, struct module *,
void kobj_unmap(struct kobj_map *, dev_t, unsigned long);
struct kobject *kobj_lookup(struct kobj_map *, dev_t, int *);
struct kobj_map *kobj_map_init(kobj_probe_t *, struct mutex *);

#endif /* _KOBJ_MAP_H_ */

0 comments on commit 2f2b137

Please sign in to comment.