![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * include/linux/platform_data/uio_dmem_genirq.h 0004 * 0005 * Copyright (C) 2012 Damian Hobson-Garcia 0006 */ 0007 0008 #ifndef _UIO_DMEM_GENIRQ_H 0009 #define _UIO_DMEM_GENIRQ_H 0010 0011 #include <linux/uio_driver.h> 0012 0013 struct uio_dmem_genirq_pdata { 0014 struct uio_info uioinfo; 0015 unsigned int *dynamic_region_sizes; 0016 unsigned int num_dynamic_regions; 0017 }; 0018 #endif /* _UIO_DMEM_GENIRQ_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |