Beginnings of FreeBSD port!

This commit is contained in:
Hisham Muhammad
2014-11-27 16:27:34 -02:00
parent a75161f862
commit 8915b29395
8 changed files with 139 additions and 0 deletions

17
freebsd/Platform.h Normal file
View File

@ -0,0 +1,17 @@
/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_Platform
#define HEADER_Platform
/*
htop - unsupported/Platform.h
(C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Action.h"
void Platform_setBindings(Htop_Action* keys);
#endif