Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
jr.h
Go to the documentation of this file.
1 /*
2  * CAAM public-level include definitions for the JobR backend
3  *
4  * Copyright 2008-2011 Freescale Semiconductor, Inc.
5  */
6 
7 #ifndef JR_H
8 #define JR_H
9 
10 /* Prototypes for backend-level services exposed to APIs */
11 int caam_jr_register(struct device *ctrldev, struct device **rdev);
12 int caam_jr_deregister(struct device *rdev);
13 int caam_jr_enqueue(struct device *dev, u32 *desc,
14  void (*cbk)(struct device *dev, u32 *desc, u32 status,
15  void *areq),
16  void *areq);
17 
18 extern int caam_jr_probe(struct platform_device *pdev, struct device_node *np,
19  int ring);
20 extern int caam_jr_shutdown(struct device *dev);
21 #endif /* JR_H */