We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becc1d3 commit d24fa46Copy full SHA for d24fa46
bootloaders/eboot/eboot_command.h
@@ -1,3 +1,10 @@
1
+/* Copyright (c) 2015 Ivan Grokhotkov. All rights reserved.
2
+ * This file is part of eboot bootloader.
3
+ *
4
+ * Redistribution and use is permitted according to the conditions of the
5
+ * 3-clause BSD license to be found in the LICENSE file.
6
+ */
7
+
8
#ifndef EBOOT_COMMAND_H
9
#define EBOOT_COMMAND_H
10
bootloaders/eboot/flash.c
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
0 commit comments