| Current File : //usr/include/procfs.h |
/*
* Copyright (c) 1996, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _PROCFS_H
#define _PROCFS_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* This include file forces the new structured /proc definitions.
* The structured /proc interface is the preferred API, and the
* older ioctl()-based /proc interface will be removed in a future
* version of Solaris.
*/
#ifdef _STRUCTURED_PROC
#undef _STRUCTURED_PROC
#endif
#define _STRUCTURED_PROC 1
#include <sys/procfs.h>
/*
* libproc API
*/
#ifdef __cplusplus
}
#endif
#endif /* _PROCFS_H */