cregit-Linux how code gets into the kernel

Release 4.11 drivers/crypto/caam/jr.h

/*
 * CAAM public-level include definitions for the JobR backend
 *
 * Copyright 2008-2011 Freescale Semiconductor, Inc.
 */

#ifndef JR_H

#define JR_H

/* Prototypes for backend-level services exposed to APIs */
struct device *caam_jr_alloc(void);
void caam_jr_free(struct device *rdev);
int caam_jr_enqueue(struct device *dev, u32 *desc,
		    void (*cbk)(struct device *dev, u32 *desc, u32 status,
				void *areq),
		    void *areq);

#endif /* JR_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Kim Phillips5175.00%150.00%
Ruchika Gupta1725.00%150.00%
Total68100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.