csky: uaccess.h: Coding convention with asm generic
[linux-2.6-microblaze.git] / arch / csky / include / asm / segment.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __ASM_CSKY_SEGMENT_H
4 #define __ASM_CSKY_SEGMENT_H
5
6 typedef struct {
7         unsigned long seg;
8 } mm_segment_t;
9
10 #endif /* __ASM_CSKY_SEGMENT_H */