Home | History | Annotate | Line # | Download | only in lfs
      1 /*	$NetBSD: lfs_extern.h,v 1.1 2024/01/20 16:28:43 christos Exp $	*/
      2 
      3 #ifndef _COMPAT_UFS_LFS_LFS_EXTERN_H_
      4 #define _COMPAT_UFS_LFS_LFS_EXTERN_H_
      5 
      6 __BEGIN_DECLS
      7 #ifndef _KERNEL
      8 int lfs_segwait(fsid_t *, struct timeval50 *);
      9 int __lfs_segwait50(fsid_t *, struct timeval *);
     10 #endif
     11 __END_DECLS
     12 
     13 #endif /* !_COMPAT_UFS_LFS_LFS_EXTERN_H_ */
     14