summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/common
diff options
context:
space:
mode:
Diffstat (limited to 'resources/utilities/ich9deblob/common')
-rw-r--r--resources/utilities/ich9deblob/common/descriptor_gbe.c (renamed from resources/utilities/ich9deblob/common/common.c)6
-rw-r--r--resources/utilities/ich9deblob/common/descriptor_gbe.h (renamed from resources/utilities/ich9deblob/common/common.h)8
2 files changed, 7 insertions, 7 deletions
diff --git a/resources/utilities/ich9deblob/common/common.c b/resources/utilities/ich9deblob/common/descriptor_gbe.c
index cef5b3e..8aba9db 100644
--- a/resources/utilities/ich9deblob/common/common.c
+++ b/resources/utilities/ich9deblob/common/descriptor_gbe.c
@@ -1,8 +1,8 @@
/*
- * common.c
+ * descriptor_gbe.c
* This file is part of the ich9deblob utility from the libreboot project
*
- * Purpose: common functions/methods used by ich9deblob
+ * Purpose: common descriptor/gbe functions used by ich9deblob
*
* Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org>
* Francis Rowe <info@gluglug.org.uk>
@@ -23,7 +23,7 @@
#include <stdio.h>
#include <string.h>
-#include "common.h"
+#include "descriptor_gbe.h"
/*
* create 12KiB file with descriptor, and then gbe immediately after.
diff --git a/resources/utilities/ich9deblob/common/common.h b/resources/utilities/ich9deblob/common/descriptor_gbe.h
index e72821d..cc0cc42 100644
--- a/resources/utilities/ich9deblob/common/common.h
+++ b/resources/utilities/ich9deblob/common/descriptor_gbe.h
@@ -1,8 +1,8 @@
/*
- * common.h
+ * gbe_descriptor.h
* This file is part of the ich9deblob utility from the libreboot project
*
- * Purpose: header file for common.c
+ * Purpose: header file for descriptor_gbe.c
*
* Copyright (C) 2014 Steve Shenton <sgsit@libreboot.org>
* Francis Rowe <info@gluglug.org.uk>
@@ -21,8 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef COMMON_H
-#define COMMON_H
+#ifndef COMMON_DESCRIPTOR_GBE_H
+#define COMMON_DESCRIPTOR_GBE_H
#include <stdio.h>
#include <string.h>