]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/include/asm/arch-ivybridge/microcode.h
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / arch / x86 / include / asm / arch-ivybridge / microcode.h
1 /*
2  * Copyright (c) 2015 Google, Inc
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __ASM_ARCH_MICROCODE_H
8 #define __ASM_ARCH_MICROCODE_H
9
10 /**
11  * microcode_update_intel() - Apply microcode updates
12  *
13  * Applies any microcode updates in the device tree.
14  *
15  * @return 0 if OK, -EEXIST if the updates were already applied, -ENOENT if
16  * not updates were found, -EINVAL if an update was invalid
17  */
18 int microcode_update_intel(void);
19
20 #endif