X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Ffreedreno%2Fcommon%2Ffreedreno_uuid.h;h=186708caa29fafc11703a76eb65c02019827e44c;hp=c4f232117c8cb99aa994162904a13d66e7c851e9;hb=e7458f19e1de7d40ff8aa72b6a141f24d33451c6;hpb=9623debf48ae7dbea120389eae40d784d22eee24 diff --git a/src/freedreno/common/freedreno_uuid.h b/src/freedreno/common/freedreno_uuid.h index c4f232117c8..186708caa29 100644 --- a/src/freedreno/common/freedreno_uuid.h +++ b/src/freedreno/common/freedreno_uuid.h @@ -25,6 +25,6 @@ #define __FREEDRENO_UUID_H__ void fd_get_driver_uuid(void *uuid); -void fd_get_device_uuid(void *uuid); +void fd_get_device_uuid(void *uuid, unsigned gpu_id); #endif /* __FREEDRENO_UUID_H__ */