Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / cris / include / asm / segment.h
blob6ac914b098bfe5fc92a13df5c57ae8c8929cdf5b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_SEGMENT_H
3 #define _ASM_SEGMENT_H
5 typedef struct {
6 unsigned long seg;
7 } mm_segment_t;
9 #endif