ceph/branches/ebofs/kernel/poll.h
sageweil dc48f25847 branch for ebofs changes
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2100 29311d96-e01e-0410-9327-a35deaab8ce9
2007-11-21 00:32:00 +00:00

16 lines
235 B
C

#ifndef __FS_CEPH_POLL_H
#define __FS_CEPH_POLL_H
int start_poll(void *);
/*
* May use, probably not..
*/
struct ceph_poll_task {
struct task_struct *poll_task;
struct list_head poll_list;
u64 timeout;
};
#endif