Newer
Older
barebox / arch / mips / include / asm / posix_types.h
@Sascha Hauer Sascha Hauer on 3 Jun 2015 441 bytes mips: use generic posix_types.h
/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 1996, 97, 98, 99, 2000 by Ralf Baechle
 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
 */
#ifndef _ASM_POSIX_TYPES_H
#define _ASM_POSIX_TYPES_H

#include <asm/sgidefs.h>

#include <asm-generic/posix_types.h>

#endif /* _ASM_POSIX_TYPES_H */