Linux preempt-rt
Check our new training course
Real-Time Linux with PREEMPT_RT
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2022, Linaro Limited */ #ifndef PAUTH_H #define PAUTH_H #include <types_ext.h> #include <util.h> void pauth_strip_pac(uint64_t *lr); #endif /*PAUTH_H*/