Merge pull request #5579 from zhuoshuguo/fix_cpu_x86_include_header_guard
cpu/x86: fix header include guard.
This commit is contained in:
commit
7b11a95ca3
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user