Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
people
/
jun.nie
/
optee_os.git
/
refs/heads/mbedtls_hack
/
.
/
ldelf
/
pauth.h
blob: 02f9b07edc6f879a95da4c336c8ad85ef4c10ce3 [
file
] [
log
] [
blame
]
Ruchika Gupta
c6c416f
2022-01-10 18:26:24 +0530
[
diff
] [
blame
]
1
/* 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
12
void
pauth_strip_pac
(
uint64_t
*
lr
);
13
14
#endif
/*PAUTH_H*/
15