aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/segment.h
blob: 5bc1cc62b87f5154f96d8ab908f2e10a3d9c3f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __ASM_CSKY_SEGMENT_H
#define __ASM_CSKY_SEGMENT_H

typedef struct {
	unsigned long seg;
} mm_segment_t;

#endif /* __ASM_CSKY_SEGMENT_H */