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

File: [Development] / xfs-linux-nodel / Attic / xfs_dmapi.c (download)

Revision 1.1, Mon Aug 11 15:39:59 1997 UTC (20 years, 2 months ago) by kcm
Branch: MAIN

Add support for xfs specific DMAPI routines.

/*	Stub routines needed for X/open DMAPI implementation.
 *	This is duplicated from kern/stubs/xfsdmapistubs.c
 */

extern int nopkg(void);

int	xfs_dm_fcntl() { return nopkg(); }

int	xfs_dm_send_create_event() { return 0; }

int	xfs_dm_send_data_event() { return nopkg(); }