khab_test.h 298 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2018, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  5. */
  6. #ifndef __KHAB_TEST_H
  7. #define __KHAB_TEST_H
  8. int hab_perf_test(long testId);
  9. #endif /* __KHAB_TEST_H */