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