7 lines
95 B
C
7 lines
95 B
C
#ifndef __PROTOS__CHAINLOAD_H__
|
|
#define __PROTOS__CHAINLOAD_H__
|
|
|
|
void chainload(void);
|
|
|
|
#endif
|