Add the required structure definitions for the camera request manager driver. These changes include IOCTL definitions, op codes, and payload information. These definitions will allow user space to make IOCTL calls into the request manager driver. CRs-Fixed: 1108532 Change-Id: Ie186a48497619b50560241067f917712936b1f2a Signed-off-by: Sagar Gore <sgore@codeaurora.org> Signed-off-by: Hariram Purushothaman <hariramp@codeaurora.org> Signed-off-by: Jing Zhou <jzhou70@codeaurora.org>
17 lines
317 B
Makefile
17 lines
317 B
Makefile
# UAPI Header export list
|
|
# Top-level Makefile calls into asm-$(ARCH)
|
|
# List only non-arch directories below
|
|
|
|
|
|
header-y += asm-generic/
|
|
header-y += linux/
|
|
header-y += sound/
|
|
header-y += mtd/
|
|
header-y += rdma/
|
|
header-y += video/
|
|
header-y += drm/
|
|
header-y += xen/
|
|
header-y += scsi/
|
|
header-y += misc/
|
|
header-y += media/
|