summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-01-09 17:38:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-09 17:38:27 +0100
commitb396f385967a00e801559593f18e30a8617dcf69 (patch)
tree92c8e2f5c3cfcb20503b68ef0f8d0bc5181f9244 /include
parent39c6c3480a9cb88e722af1142c7b31a00e9ec546 (diff)
parentf648eb9e65bbdbb460ea3eaf548b3ba3f3373307 (diff)
downloadbarebox-b396f385967a00e801559593f18e30a8617dcf69.tar.gz
barebox-b396f385967a00e801559593f18e30a8617dcf69.tar.xz
Merge branch 'for-next/netconsole'
Diffstat (limited to 'include')
-rw-r--r--include/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index 97a406d9c9..beafb4d778 100644
--- a/include/console.h
+++ b/include/console.h
@@ -44,6 +44,7 @@ struct console_device {
int (*setbrg)(struct console_device *cdev, int baudrate);
void (*flush)(struct console_device *cdev);
int (*set_mode)(struct console_device *cdev, enum console_mode mode);
+ int (*set_active)(struct console_device *cdev, unsigned active);
char *devname;