From 075120f34490f1b7c55a4ebdc70bbcff17e55a84 Mon Sep 17 00:00:00 2001 From: Ahmed Samy Date: Sun, 1 Dec 2013 13:52:03 +0200 Subject: [PATCH 1/1] cpuid: fix example compilation Signed-off-by: Ahmed Samy --- ccan/cpuid/_info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccan/cpuid/_info b/ccan/cpuid/_info index 569dc21c..79a98c0a 100644 --- a/ccan/cpuid/_info +++ b/ccan/cpuid/_info @@ -13,8 +13,8 @@ * int main(void) * { * uint32_t highest; - * cpuid(CPU_HIGHEST_EXTENDED_FUNCTION_SUPPORTED, &highest); - * printf ("Highest extended function supported: %d\n", highest); + * cpuid(CPUID_HIGHEST_EXTENDED_FUNCTION_SUPPORTED, &highest); + * printf("Highest extended function supported: %d\n", highest); * * return 0; * } -- 2.39.2