summaryrefslogtreecommitdiff
path: root/usr/src/lib/libprtdiag/inc/libprtdiag.h
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2020-02-06 09:28:37 +0000
committerPeter Tribble <peter.tribble@gmail.com>2020-02-24 21:14:37 +0000
commit2bcbf80ce6c8a2fb827428428c350ebe4f91f7ab (patch)
tree07d0d46fa48e0985fe67c2c2fd6b4542cf5bc645 /usr/src/lib/libprtdiag/inc/libprtdiag.h
parent873f5d0769a5334a9dfb27cf8a5174e25ae4418e (diff)
downloadillumos-joyent-2bcbf80ce6c8a2fb827428428c350ebe4f91f7ab.tar.gz
12289 remove sunfire-specific code from libprtdiag
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libprtdiag/inc/libprtdiag.h')
-rw-r--r--usr/src/lib/libprtdiag/inc/libprtdiag.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libprtdiag/inc/libprtdiag.h b/usr/src/lib/libprtdiag/inc/libprtdiag.h
index e9361b8e9c..41e6227c18 100644
--- a/usr/src/lib/libprtdiag/inc/libprtdiag.h
+++ b/usr/src/lib/libprtdiag/inc/libprtdiag.h
@@ -21,13 +21,12 @@
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2020 Peter Tribble.
*/
#ifndef _SYS_LIBPRTDIAG_H
#define _SYS_LIBPRTDIAG_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -132,15 +131,15 @@ void decode_qlc_card_model_prop(Prom_node *card_node, struct io_card *card);
*/
void read_platform_kstats(Sys_tree *tree,
struct system_kstat_data *sys_kstat,
- struct bd_kstat_data *bdp, struct envctrl_kstat_data *ep);
+ struct envctrl_kstat_data *ep);
void read_sun4u_kstats(Sys_tree *, struct system_kstat_data *);
/*
* memory functions
*/
void display_memorysize(Sys_tree *tree, struct system_kstat_data *kstats,
- struct grp_info *grps, struct mem_total *memory_total);
-void display_memoryconf(Sys_tree *tree, struct grp_info *grps);
+ struct mem_total *memory_total);
+void display_memoryconf(Sys_tree *tree);
/*
* prom functions