File: //usr/include/sys/dtrace.h
/*
* Oracle Linux DTrace.
* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
#ifndef _SYS_DTRACE_H
#define _SYS_DTRACE_H
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/types.h>
#include <sys/dtrace_types.h>
#include <linux/dtrace/dtrace.h>
#include <linux/dtrace/ioctl.h>
#ifdef __cplusplus
}
#endif
#endif /* _SYS_DTRACE_H */