summaryrefslogtreecommitdiff
path: root/arch/cris/include/asm/segment.h
blob: 6ac914b098bfe5fc92a13df5c57ae8c8929cdf5b (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H

typedef struct {
  unsigned long seg;
} mm_segment_t;

#endif