lineage_kernel_xcoverpro/arch/cris/include/asm/segment.h

10 lines
148 B
C
Executable File

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
typedef struct {
unsigned long seg;
} mm_segment_t;
#endif