diff options
Diffstat (limited to 'include/sys/sunldi.h')
-rw-r--r-- | include/sys/sunldi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/sys/sunldi.h b/include/sys/sunldi.h new file mode 100644 index 000000000..01e80b54f --- /dev/null +++ b/include/sys/sunldi.h @@ -0,0 +1,9 @@ +#ifndef _SPL_SUNLDI_H +#define _SPL_SUNLDI_H + +/* XXX: ALL TOTALLY BOGUS, JUST PLACE HOLDERS */ +typedef int ddi_devid_t; +typedef int ldi_handle_t; +typedef int ldi_ident_t; + +#endif /* SPL_SUNLDI_H */ |