summaryrefslogtreecommitdiffstats
path: root/include/types.h
blob: a6739394e0c81dc04e47532e4a337ca7f74baf2e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __TYPES_H
#define __TYPES_H

#include <linux/types.h>

typedef volatile unsigned long	vu_long;
typedef volatile unsigned short vu_short;
typedef volatile unsigned char	vu_char;

#endif /* __TYPES_H */