Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/qoriq/caam/caam_internal.h
Show All 25 Lines | |||||
struct caam_softc { | struct caam_softc { | ||||
struct simplebus_softc sc; | struct simplebus_softc sc; | ||||
device_t dev; | device_t dev; | ||||
struct resource *mem_res; | struct resource *mem_res; | ||||
struct rman mem_rman; | struct rman mem_rman; | ||||
bool little_endian; | bool little_endian; | ||||
struct jr_pool jr_pool; | struct jr_pool jr_pool; | ||||
int32_t crypto_id; | |||||
}; | }; | ||||
#endif /* CAAM_INTERNAL_H */ | #endif /* CAAM_INTERNAL_H */ |