From 24e129cc56f5f2d2866b7a02e19d25a735592f08 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Dec 2014 15:42:45 -0500 Subject: ich9deblob: rename common/common.c to common/descriptor_gbe.c --- (limited to 'resources/utilities/ich9deblob/common') 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 * Francis Rowe @@ -23,7 +23,7 @@ #include #include -#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 * Francis Rowe @@ -21,8 +21,8 @@ * along with this program. If not, see . */ -#ifndef COMMON_H -#define COMMON_H +#ifndef COMMON_DESCRIPTOR_GBE_H +#define COMMON_DESCRIPTOR_GBE_H #include #include -- cgit v0.9.1