summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/sunddi.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/sunddi.h')
-rw-r--r--usr/src/uts/common/sys/sunddi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/uts/common/sys/sunddi.h b/usr/src/uts/common/sys/sunddi.h
index e19e5e8b29..0dc4894839 100644
--- a/usr/src/uts/common/sys/sunddi.h
+++ b/usr/src/uts/common/sys/sunddi.h
@@ -1574,16 +1574,16 @@ void
swab(void *src, void *dst, size_t nbytes);
int
-ddi_create_minor_node(dev_info_t *dip, char *name, int spec_type,
- minor_t minor_num, char *node_type, int flag);
+ddi_create_minor_node(dev_info_t *dip, const char *name, int spec_type,
+ minor_t minor_num, const char *node_type, int flag);
int
-ddi_create_priv_minor_node(dev_info_t *dip, char *name, int spec_type,
- minor_t minor_num, char *node_type, int flag,
+ddi_create_priv_minor_node(dev_info_t *dip, const char *name, int spec_type,
+ minor_t minor_num, const char *node_type, int flag,
const char *rdpriv, const char *wrpriv, mode_t priv_mode);
void
-ddi_remove_minor_node(dev_info_t *dip, char *name);
+ddi_remove_minor_node(dev_info_t *dip, const char *name);
int
ddi_in_panic(void);