Skip to content
Snippets Groups Projects
Commit 7b11a95c authored by René Kijewski's avatar René Kijewski Committed by GitHub
Browse files

Merge pull request #5579 from zhuoshuguo/fix_cpu_x86_include_header_guard

cpu/x86: fix header include guard.
parents e6dd02f1 9f0d2ccc
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __X86__PCI_INIT__H
#define __X86__PCI_INIT__H
#ifndef X86_PCI_INIT_H
#define X86_PCI_INIT_H
#ifdef __cplusplus
extern "C" {
......@@ -31,4 +31,4 @@ void x86_init_pci_devices(void);
}
#endif
#endif
#endif /* X86_PCI_INIT_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment