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

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

Revision 1.1, Fri Oct 29 00:20:08 1993 UTC (24 years ago) by ajs
Branch: MAIN

Initial revision

#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);






#endif	/* _XFS_LOG_H */