mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
10 lines
197 B
C
10 lines
197 B
C
|
#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 */
|