src: Add missing include <stdint.h>
Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29403 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
1956a00953
commit
c4e4193715
42 changed files with 90 additions and 3 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#ifndef CPU_AMD_VR_H
|
||||
#define CPU_AMD_VR_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define VRC_INDEX 0xAC1C // Index register
|
||||
#define VRC_DATA 0xAC1E // Data register
|
||||
#define VR_UNLOCK 0xFC53 // Virtual register unlock code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue