all: clean up cRecord header, hide private stuff

This commit is contained in:
Stefan Seyfried
2013-11-03 01:04:27 +01:00
parent fc0300416b
commit 95a20e181b
9 changed files with 206 additions and 173 deletions

View File

@@ -1,16 +1 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON
#include "../libtriple/record_td.h"
#elif HAVE_SPARK_HARDWARE
#include "../libspark/record_lib.h"
#elif HAVE_AZBOX_HARDWARE
#include "../azbox/record_lib.h"
#elif HAVE_GENERIC_HARDWARE
#if BOXMODEL_RASPI
#include "../raspi/record_lib.h"
#else
#include "../generic-pc/record_lib.h"
#endif
#else
#error neither HAVE_TRIPLEDRAGON nor HAVE_SPARK_HARDWARE defined
#endif
#include "record_hal.h"