xref: /kernel/linux/linux-5.10/arch/um/include/shared/skas/mm_id.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/um/include/shared/skas/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __MM_ID_H
78c2ecf20Sopenharmony_ci#define __MM_ID_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cistruct mm_id {
108c2ecf20Sopenharmony_ci	union {
118c2ecf20Sopenharmony_ci		int mm_fd;
128c2ecf20Sopenharmony_ci		int pid;
138c2ecf20Sopenharmony_ci	} u;
148c2ecf20Sopenharmony_ci	unsigned long stack;
158c2ecf20Sopenharmony_ci	int kill;
168c2ecf20Sopenharmony_ci};
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif
19

Indexes created Thu Nov 07 10:32:03 CST 2024