Declare our strange brand of main().

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-03 04:55:14 +00:00
parent 9ecda2aa02
commit afb769e9f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326490

View File

@ -67,6 +67,8 @@ _start: \n\
2: b startup \n\
");
void main(int (*openfirm)(void *));
void
startup(void *vpd, int res, int (*openfirm)(void *), char *arg, int argl)
{