cregit-Linux how code gets into the kernel

Release 4.16 drivers/crypto/caam/jr.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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 Phillips5173.91%133.33%
Ruchika Gupta1724.64%133.33%
Greg Kroah-Hartman11.45%133.33%
Total69100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.