forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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__