Merge branch 'master' into iscsi-update

This commit is contained in:
Michael Brown
2007-07-08 22:06:33 +01:00
4 changed files with 52 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ struct refcnt {
void ( * free ) ( struct refcnt *refcnt );
};
extern void ref_get ( struct refcnt *refcnt );
extern struct refcnt * ref_get ( struct refcnt *refcnt );
extern void ref_put ( struct refcnt *refcnt );
#endif /* _GPXE_REFCNT_H */