blob: 02f9b07edc6f879a95da4c336c8ad85ef4c10ce3 [file] [log] [blame]
Ruchika Guptac6c416f2022-01-10 18:26:24 +05301/* SPDX-License-Identifier: BSD-2-Clause */
2/*
3 * Copyright (c) 2022, Linaro Limited
4 */
5
6#ifndef PAUTH_H
7#define PAUTH_H
8
9#include <types_ext.h>
10#include <util.h>
11
12void pauth_strip_pac(uint64_t *lr);
13
14#endif /*PAUTH_H*/
15