mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +03:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef E1_BITS_CPU_H
|
|
#define E1_BITS_CPU_H
|
|
|
|
#define cpu_setup() do {} while(0)
|
|
|
|
#endif /* E1_BITS_CPU_H */
|