mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 10:50:28 +03:00
7 lines
95 B
C
7 lines
95 B
C
#ifndef RELOCATE_H
|
|
#define RELOCATE_H
|
|
|
|
extern void relocate ( void );
|
|
|
|
#endif /* RELOCATE_H */
|