#include #include "screen.h" WINDOW *screen_init(bool israw) { WINDOW *screen = initscr(); if (israw) raw(); noecho(); cbreak(); nodelay(screen, TRUE); keypad(stdscr, TRUE); refresh(); wrefresh(screen); return screen; } void screen_end(void) { endwin(); } master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
net-next.git/diff/arch/powerpc/boot?id=5db4992d8f040b8d8db0b86d42806e0c417f7ccf'>boot/dts/tqm8xx.dts
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/tqm8xx.dts')