flashrom: update to v0.9.9

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2016-03-14 19:03:22 +01:00
parent 9afd29558a
commit 1348057082
4 changed files with 21 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
diff -uprN a/linux_spi.c b/linux_spi.c
--- a/flash.h 2015-02-08 16:57:52.000000000 -0500
+++ b/flash.h 2016-01-08 20:09:51.599387507 -0500
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
+#include <sys/io.h>
#include <stdbool.h>
#if IS_WINDOWS
#include <windows.h>