#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(); } m/sound/soc/rockchip/rockchip_rt5645.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
n' name='id2' value='88f0e3a5e6ed674f485d3a09d53c2ead0000378d'/>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/netns.h')