repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git]
/
tools
/
perf
/
util
/
ui
/
progress.h
blob
d9c205b59aa1fca489350aec25dba6406c11fa52
1
#ifndef _PERF_UI_PROGRESS_H_
2
#define _PERF_UI_PROGRESS_H_ 1
3
4
#include <../types.h>
5
6
void
ui_progress__update
(
u64 curr
,
u64 total
,
const char
*
title
);
7
8
#endif