prism2.device: Compiler delint
[AROS.git] / arch / all-hosted / bootstrap / bootstrap.h
blobca877cc7159880c57abb3a345b359d0086cbc2f8
1 #define BUFFER_SIZE 1024
3 extern char *KernelArgs;
4 extern char *SystemVersion;
5 char buf[BUFFER_SIZE];
7 int bootstrap(int argc, char ** argv);