Mon 14 Oct 23:06:38 CEST 2024

This commit is contained in:
sbosse 2024-10-14 23:07:53 +02:00
parent b36388997a
commit 328044d371

12
kernel/main.h Normal file
View File

@ -0,0 +1,12 @@
/*
Copyright (C) 2016-2019 The University of Notre Dame
This software is distributed under the GNU General Public License.
See the file LICENSE for details.
*/
#ifndef MAIN_H
#define MAIN_H
/* nothing at the moment! */
#endif