]> Git Repo - J-linux.git/blob - include/linux/dma/k3-event-router.h
Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/tasks...
[J-linux.git] / include / linux / dma / k3-event-router.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com
4  */
5
6 #ifndef K3_EVENT_ROUTER_
7 #define K3_EVENT_ROUTER_
8
9 #include <linux/types.h>
10
11 struct k3_event_route_data {
12         void *priv;
13         int (*set_event)(void *priv, u32 event);
14 };
15
16 #endif /* K3_EVENT_ROUTER_ */
This page took 0.028976 seconds and 4 git commands to generate.