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 */
ctrl'>
authorLinus Torvalds <torvalds@linux-foundation.org>2016-06-27 20:43:00 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-06-27 20:43:00 -0700
commit02184c60eba8491ea574cd17b8ba766c86d468f2 (patch)
tree168745f446cddfd411a2e247fefd1213a1d01da2
parent18751e2eb51261059e51e1a7cf5aec2fd5429608 (diff)
parent362761299eea7dfc3a4870551de36e08758b9254 (diff)
Merge tag 'for-v4.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Pull power supply fixes from Sebastian Reichel. * tag 'for-v4.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: power_supply: tps65217-charger: Fix NULL deref during property export power_supply: power_supply_read_temp only if use_cnt > 0
Diffstat