summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/arm64/pauth/helper.h
blob: 3e0a2a404bf4314124d696d83a0aca320cb571d6 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2020 ARM Limited */

#ifndef _HELPER_H_
#define _HELPER_H_

void pac_corruptor(void);

#endif