]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/alpha/include/uapi/asm/posix_types.h
License cleanup: add SPDX license identifier to uapi header files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / alpha / include / uapi / asm / posix_types.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2#ifndef _ALPHA_POSIX_TYPES_H
3#define _ALPHA_POSIX_TYPES_H
4
5/*
6 * This file is generally used by user-level software, so you need to
7 * be a little careful about namespace pollution etc. Also, we cannot
8 * assume GCC is being used.
9 */
10
11typedef unsigned int __kernel_ino_t;
cee13325 12#define __kernel_ino_t __kernel_ino_t
1da177e4 13
cee13325 14typedef unsigned long __kernel_sigset_t; /* at least 32 bits */
1da177e4 15
cee13325 16#include <asm-generic/posix_types.h>
1da177e4
LT
17
18#endif /* _ALPHA_POSIX_TYPES_H */