summaryrefslogtreecommitdiff
path: root/firmware/export/multiboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/multiboot.h')
-rw-r--r--firmware/export/multiboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/multiboot.h b/firmware/export/multiboot.h
index 0132b8531f..4174e71d61 100644
--- a/firmware/export/multiboot.h
+++ b/firmware/export/multiboot.h
@@ -21,7 +21,7 @@
21#ifndef __MULTIBOOT_H__ 21#ifndef __MULTIBOOT_H__
22#define __MULTIBOOT_H__ 22#define __MULTIBOOT_H__
23 23
24extern int write_bootdata(unsigned char* buf, int len, unsigned int boot_volume); 24extern bool write_bootdata(unsigned char* buf, int len, unsigned int boot_volume);
25#ifdef HAVE_MULTIBOOT 25#ifdef HAVE_MULTIBOOT
26extern int get_redirect_dir(char* buf, int buffer_size, int volume, 26extern int get_redirect_dir(char* buf, int buffer_size, int volume,
27 const char* rootdir, const char* firmware); 27 const char* rootdir, const char* firmware);