Commit 075120f3 authored by Ahmed Samy's avatar Ahmed Samy

cpuid: fix example compilation

Signed-off-by: default avatarAhmed Samy <f.fallen45@gmail.com>
parent 69777452
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
* int main(void) * int main(void)
* { * {
* uint32_t highest; * uint32_t highest;
* cpuid(CPU_HIGHEST_EXTENDED_FUNCTION_SUPPORTED, &highest); * cpuid(CPUID_HIGHEST_EXTENDED_FUNCTION_SUPPORTED, &highest);
* printf ("Highest extended function supported: %d\n", highest); * printf("Highest extended function supported: %d\n", highest);
* *
* return 0; * return 0;
* } * }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment