![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com 0004 */ 0005 0006 #ifndef K3_EVENT_ROUTER_ 0007 #define K3_EVENT_ROUTER_ 0008 0009 #include <linux/types.h> 0010 0011 struct k3_event_route_data { 0012 void *priv; 0013 int (*set_event)(void *priv, u32 event); 0014 }; 0015 0016 #endif /* K3_EVENT_ROUTER_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |