8 lines
186 B
C
8 lines
186 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _ASM_SCORE_MSGBUF_H
|
|
#define _ASM_SCORE_MSGBUF_H
|
|
|
|
#include <asm-generic/msgbuf.h>
|
|
|
|
#endif /* _ASM_SCORE_MSGBUF_H */
|