blob: 4a6f5511cd56a60fa67d41bce3e601b477a8b4df (
plain) (
blame)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SCORE_TERMBITS_H
#define _ASM_SCORE_TERMBITS_H
#include <asm-generic/termbits.h>
#endif /* _ASM_SCORE_TERMBITS_H */
|