1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-08 13:28:05 +00:00

shield kernel data structures so user apps can include this file

This commit is contained in:
Sam Leffler 2003-02-07 21:44:52 +00:00
parent 7725f875ee
commit 7fbc8cee43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110519

View File

@ -53,6 +53,8 @@
#define UBS_DEF_TOUT 0xff /* PCI TRDY Timeout */
#define UBS_DEF_CACHELINE 0x01 /* Cache Line setting */
#ifdef _KERNEL
struct ubsec_dma_alloc {
u_int32_t dma_paddr;
caddr_t dma_vaddr;
@ -216,6 +218,7 @@ struct ubsec_session {
u_int32_t ses_hmouter[5]; /* hmac outer state */
u_int32_t ses_iv[2]; /* [3]DES iv */
};
#endif /* _KERNEL */
struct ubsec_stats {
u_int64_t hst_ibytes;