mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
a0f2eb641b
Provide RDVL helpers for SME and extend the main vector configuration tests to cover SME. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20220419112247.711548-32-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
9 lines
124 B
C
9 lines
124 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#ifndef RDVL_H
|
|
#define RDVL_H
|
|
|
|
int rdvl_sme(void);
|
|
int rdvl_sve(void);
|
|
|
|
#endif
|