#ifndef _PERF_UI_PROGRESS_H_ #define _PERF_UI_PROGRESS_H_ 1 #include void ui_progress__finish(void); struct ui_progress { const char *title; u64 curr, next, step, total; }; void ui_progress__init(struct ui_progress *p, u64 total, const char *title); void ui_progress__update(struct ui_progress *p, u64 adv); struct ui_progress_ops { void (*update)(struct ui_progress *p); void (*finish)(void); }; extern struct ui_progress_ops *ui_progress__ops; #endif et-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
f='/cgit.cgi/linux/net-next.git/log/sound/pci/ctxfi/xfi.c?h=nds-private-remove&id=853a14ba4682f820266469979c9297debc05f60c'>xfi.c
AgeCommit message (Expand)AuthorFilesLines
AgeCommit message (Expand)AuthorFilesLines