xref: /kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/stub.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#include <asm/unistd.h>
362306a36Sopenharmony_ci#include <sys/mman.h>
462306a36Sopenharmony_ci#include <signal.h>
562306a36Sopenharmony_ci#include <as-layout.h>
662306a36Sopenharmony_ci#include <stub-data.h>
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifdef __i386__
962306a36Sopenharmony_ci#include "stub_32.h"
1062306a36Sopenharmony_ci#else
1162306a36Sopenharmony_ci#include "stub_64.h"
1262306a36Sopenharmony_ci#endif
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciextern void stub_segv_handler(int, siginfo_t *, void *);
1562306a36Sopenharmony_ciextern void stub_clone_handler(void);
16

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