summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-08 16:27:03 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-05 17:44:24 +0930
commit1714e4fa2304e59f0f50abb89cc501705b923fab (patch)
tree8afbc4525a83a7d45d689c8a06904aec02c5aa61
parentcd18611e279b074420f0c643ab070ac38591aec7 (diff)
downloadphosphor-mboxbridge-1714e4fa2304e59f0f50abb89cc501705b923fab.tar.gz
phosphor-mboxbridge-1714e4fa2304e59f0f50abb89cc501705b923fab.zip
lpc: Rename header-guard
Make it align with the file name. Change-Id: I82cad8c09dffffc479af600822c2ccd2af8d0f7a Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
-rw-r--r--lpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lpc.h b/lpc.h
index bd3e2b1..9a27677 100644
--- a/lpc.h
+++ b/lpc.h
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */
-#ifndef MBOXD_LPC_H
-#define MBOXD_LPC_H
+#ifndef LPC_H
+#define LPC_H
#ifdef __cplusplus
extern "C" {
@@ -18,4 +18,4 @@ int reset_lpc(struct mbox_context *context);
}
#endif
-#endif /* MBOXD_LPC_H */
+#endif /* LPC_H */
OpenPOWER on IntegriCloud