9 lines
168 B
C
9 lines
168 B
C
#ifndef __PROTOS__CHAINLOAD_NEXT_H__
|
|
#define __PROTOS__CHAINLOAD_NEXT_H__
|
|
|
|
#include <stdnoreturn.h>
|
|
|
|
noreturn void chainload_next(char *config, char *cmdline);
|
|
|
|
#endif
|