summaryrefslogtreecommitdiff
path: root/usr/src/cmd/hal/utils/adt_data.h
diff options
context:
space:
mode:
authornp146283 <none@none>2008-05-15 14:31:32 -0700
committernp146283 <none@none>2008-05-15 14:31:32 -0700
commita9da3307db733eb1739ba859952610bba3d894ab (patch)
tree56f6c91c49074ff9e3b55d5a65514e911b9383d4 /usr/src/cmd/hal/utils/adt_data.h
parent9fc20c6dac37dd2cce567cc320b59cd5315ab36d (diff)
downloadillumos-joyent-a9da3307db733eb1739ba859952610bba3d894ab.tar.gz
PSARC 2007/679 CPUFreq HAL
6647034 CPUFreq support into HAL
Diffstat (limited to 'usr/src/cmd/hal/utils/adt_data.h')
-rw-r--r--usr/src/cmd/hal/utils/adt_data.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/usr/src/cmd/hal/utils/adt_data.h b/usr/src/cmd/hal/utils/adt_data.h
new file mode 100644
index 0000000000..66e36e61cc
--- /dev/null
+++ b/usr/src/cmd/hal/utils/adt_data.h
@@ -0,0 +1,25 @@
+/***************************************************************************
+ *
+ * adt_data.h : Audit facility
+ *
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Use is subject to license terms.
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ ***************************************************************************/
+
+#pragma ident "%Z%%M% %I% %E% SMI"
+
+#ifndef ADT_DATA_H
+#define ADT_DATA_H
+
+#ifdef sun
+#include <bsm/adt.h>
+#include <bsm/adt_event.h>
+
+adt_export_data_t *get_audit_export_data(DBusConnection *bus, const char *invoked_by_syscon_name, size_t *data_size);
+
+#endif /* sun */
+
+#endif /* ADT_DATA_H */