1 /* 2 * Copyright © 2024 Raspberry Pi Ltd 3 * SPDX-License-Identifier: MIT 4 */ 5 6 /* This file generates the per-v3d-version function prototypes. */ 7 8 struct v3d_device_info; 9 struct v3d_perfcntr_desc; 10 struct v3d_perfcntrs; 11 12 unsigned v3dX(perfcounters_num)(const struct v3d_device_info *devinfo); 13 struct v3d_perfcntr_desc *v3dX(perfcounters_get)(struct v3d_perfcntrs *perfcounters, unsigned index); 14