Skip to content
Snippets Groups Projects
Commit 9f0d2ccc authored by zhuoshuguo's avatar zhuoshuguo
Browse files

fix cpu/x86 include header guard.

parent 121028d3
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef __X86__PCI_INIT__H #ifndef X86_PCI_INIT_H
#define __X86__PCI_INIT__H #define X86_PCI_INIT_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
...@@ -31,4 +31,4 @@ void x86_init_pci_devices(void); ...@@ -31,4 +31,4 @@ void x86_init_pci_devices(void);
} }
#endif #endif
#endif #endif /* X86_PCI_INIT_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment