blob: 02f9b07edc6f879a95da4c336c8ad85ef4c10ce3 [file] [log] [blame]
/* 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*/