aboutsummaryrefslogtreecommitdiff
path: root/arch/unicore32/include/uapi/asm/stat.h
blob: 2cff377d44e37b33ebae572ffed04a54ca5c105e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Code specific to UniCore32 ISA
 *
 * Copyright (C) 2014 GUAN Xuetao
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
#ifndef __UNICORE32_ASM_STAT_H__
#define __UNICORE32_ASM_STAT_H__

#ifndef CONFIG_UNICORE32_OLDABI
#include <asm-generic/stat.h>
#else
#include <asm/stat-oldabi.h>
#endif /* CONFIG_UNICORE32_OLDABI */

#endif /* __UNICORE32_ASM_STAT_H__ */