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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/sunddi.h b/usr/src/uts/common/sys/sunddi.h
index af6acd290a..316d38682b 100644
--- a/usr/src/uts/common/sys/sunddi.h
+++ b/usr/src/uts/common/sys/sunddi.h
@@ -27,8 +27,6 @@
#ifndef _SYS_SUNDDI_H
#define _SYS_SUNDDI_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Sun Specific DDI definitions
*/
@@ -213,6 +211,9 @@ extern "C" {
#define DDI_NT_SATA_ATTACHMENT_POINT "ddi_ctl:attachment_point:sata"
/* sata attachment pt */
+#define DDI_NT_SDCARD_ATTACHMENT_POINT "ddi_ctl:attachment_point:sdcard"
+ /* sdcard attachment pt */
+
#define DDI_NT_PCI_ATTACHMENT_POINT "ddi_ctl:attachment_point:pci"
/* PCI attachment pt */
#define DDI_NT_SBD_ATTACHMENT_POINT "ddi_ctl:attachment_point:sbd"