forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/xtensa/include/uapi/asm/msgbuf.h
....@@ -17,6 +17,8 @@
1717 #ifndef _XTENSA_MSGBUF_H
1818 #define _XTENSA_MSGBUF_H
1919
20
+#include <asm/ipcbuf.h>
21
+
2022 struct msqid64_ds {
2123 struct ipc64_perm msg_perm;
2224 #ifdef __XTENSA_EB__