From 5e380d072699c211a0b4fd3bc951cb49d14542fd Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Fri, 29 Oct 2010 11:41:16 +0200 Subject: format: Add support for classic .gsm file/frame format Signed-off-by: Sylvain Munaut --- include/gapk/formats.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/gapk/formats.h') diff --git a/include/gapk/formats.h b/include/gapk/formats.h index d98baca..19d60b8 100644 --- a/include/gapk/formats.h +++ b/include/gapk/formats.h @@ -25,6 +25,9 @@ enum format_type { FMT_INVALID = 0, + /* Classic .gsm file for FR */ + FMT_GSM, + _FMT_MAX, }; -- cgit v1.2.3