summaryrefslogtreecommitdiff
path: root/fps.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2016-11-23 19:17:46 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2016-11-23 19:18:20 -0800
commite3d3c06aa5b47648c0ed145279d7950df42ad80d (patch)
tree32753b863e6df291e62885f5dbe6add9f76ed916 /fps.h
parent46a41227ab8f10ecbcb3d960703986692b64b62d (diff)
fps: add rudimentary FPS counter
This is just the implementation, nothing leveraged yet.
Diffstat (limited to 'fps.h')
-rw-r--r--fps.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fps.h b/fps.h
new file mode 100644
index 0000000..1f986c7
--- /dev/null
+++ b/fps.h
@@ -0,0 +1,9 @@
+#ifndef _FPS_H
+#define _FPS_H
+
+#include "fb.h"
+
+int fps_setup(void);
+void fps_print(fb_t *fb);
+
+#endif
© All Rights Reserved