1 /*
2  * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef _CC_ROTPK_H
8 #define _CC_ROTPK_H
9 
10 int cc_get_rotpk_hash(unsigned char *dst, unsigned int len,
11 		      unsigned int *flags);
12 
13 #endif
14