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 */
d class='ctrl'>
authorDavid S. Miller <davem@davemloft.net>2017-02-02 22:06:45 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-02 22:06:45 -0500
commitbdcfa156039dcfe2be989b73c4ae1be3d5d0f804 (patch)
tree3c46b3c7cb7b643ae1ad76f86b2904d0a1f7bcd6
parent60f06fde4cff6f6134decbf09199b5e047bc3355 (diff)
parent740117a8e2b0e89c5fd6f1d5bbc12f87c46c80d7 (diff)
Merge branch 'MV88E6390-fixes'
Andrew Lunn says: ==================== MV88E6390 fixes Two patches, which have been posted before. Fix simple issues in the mv88e6390 support. These don't need to go to stable, since the mv88e6390 support in stable is insufficient to be usable. To apply cleanly, these patches rely on "net: dsa: mv88e6xxx: Workaround missing PHY". v2: Added Reviewed-by. Removed a redundant "the" ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/dsa/mv88e6xxx/chip.c12
-rw-r--r--drivers/net/dsa/mv88e6xxx/port.c2
2 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c