blob: 04e4c029f5a372e56a1297d17d29c62438f157e7 [file] [log] [blame]
/*
* Copyright (c) 2022-2025, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef FEAT_DETECT_H
#define FEAT_DETECT_H
/* Function Prototypes */
void detect_arch_features(unsigned int core_pos);
/* Macro Definitions */
#define FEAT_STATE_DISABLED 0
#define FEAT_STATE_ALWAYS 1
#define FEAT_STATE_CHECK 2
#endif /* FEAT_DETECT_H */