[BACK]Return to xfs_log.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / fs / xfs

File: [Development] / linux-2.6-xfs / fs / xfs / xfs_log.h (download)

Revision 1.2, Fri Oct 29 20:35:36 1993 UTC (23 years, 11 months ago) by doucette
Branch: MAIN
Changes since 1.1: +1 -3 lines

Fix includes, get rid of warnings.

#ifndef	_XFS_LOG_H
#define _XFS_LOG_H

caddr_t		xfs_log_alloc(size_t, uint, xfs_lsn_t*);
void		xfs_log_free(caddr_t, size_t);
void		xfs_log_notify(void(*)(void*), void*, xfs_lsn_t);
int		xfs_log_reserve(struct xfs_mount *, int, int);



#endif	/* _XFS_LOG_H */