Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: d9875690d9b89a866022ff49e3fcea892345ad92 authored by Linus Torvalds on 16 August 2012, 21:51:24 UTC
Linux 3.6-rc2
Tip revision: d987569
progress.h
#ifndef _PERF_UI_PROGRESS_H_
#define _PERF_UI_PROGRESS_H_ 1

#include <../types.h>

void ui_progress__update(u64 curr, u64 total, const char *title);

#endif
back to top