forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/include/xen/interface/event_channel.h
....@@ -220,7 +220,7 @@
220220 #define EVTCHNOP_set_priority 13
221221 struct evtchn_set_priority {
222222 /* IN parameters. */
223
- uint32_t port;
223
+ evtchn_port_t port;
224224 uint32_t priority;
225225 };
226226