Current File : //usr/include/pkgdev.h
/*	Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T	*/
/*	  All Rights Reserved  	*/


#ifndef _PKGDEV_H
#define	_PKGDEV_H

#ifdef	__cplusplus
extern "C" {
#endif

#include <sys/types.h>

struct pkgdev {
	int			rdonly;
	int			mntflg;
	longlong_t 	capacity; /* number of 512-blocks on device */
	char		*name;
	char		*dirname;
	char		*pathname;
	char		*mount;
	char		*fstyp;
	char		*cdevice;
	char		*bdevice;
	char		*norewind;
};

#ifdef	__cplusplus
}
#endif

#endif	/* _PKGDEV_H */