summaryrefslogtreecommitdiff
path: root/screen.h
blob: 7a647be09e65a9612822617fa11a27dc3395303e (plain)
1
2
3
4
5
6
7
8
9
#ifndef SCREEN_H
#define SCREEN_H

#include <curses.h>

extern WINDOW *screen_init(bool israw);
extern void screen_end(void);

#endif /* SCREEN_H */
tr>mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-07-22 14:13:44 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-22 15:25:18 -0700
commit68793c4c8824a0b1e0cb89737c5919a0b10d70cf (patch)
tree8140f046efcb46a96c279c44dcd1da186f468966
parent40d276ede92e85e4f414ac655c217e0bf5292cbb (diff)
greybus: bootrom: Rename download_firmware() as find_firmware()
The download_firmware() function isn't downloading the firmware but just finding if one is available or not. The same applies to the error message printed by it. Replace 'download' with 'find' to make it sound better. Reported-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat