1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

Move the prototype for g_waitidle() to a more visible place.

This commit is contained in:
Poul-Henning Kamp 2004-10-23 20:22:02 +00:00
parent 186e51cb30
commit a11021f362
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136836
2 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,6 @@ int g_post_event(g_event_t *func, void *arg, int flag, ...);
int g_waitfor_event(g_event_t *func, void *arg, int flag, ...);
void g_cancel_event(void *ref);
void g_orphan_provider(struct g_provider *pp, int error);
void g_waitidle(void);
/* geom_subr.c */
int g_access(struct g_consumer *cp, int nread, int nwrite, int nexcl);

View File

@ -127,6 +127,7 @@ int ureadc(int, struct uio *);
void hashdestroy(void *, struct malloc_type *, u_long);
void *hashinit(int count, struct malloc_type *type, u_long *hashmask);
void *phashinit(int count, struct malloc_type *type, u_long *nentries);
void g_waitidle(void);
#ifdef RESTARTABLE_PANICS
void panic(const char *, ...) __printflike(1, 2);