mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef CPU_H
|
|
#define CPU_H
|
|
|
|
#include "bits/cpu.h"
|
|
|
|
#endif /* CPU_H */
|