mobile: voice.h: use '#pragma once' include guard

Change-Id: I024e13c0f66ae1e42b0c8e2ff77874fcb883e85a
Related: OS#5599
This commit is contained in:
Vadim Yanitskiy 2018-08-17 12:05:41 +07:00 committed by Vadim Yanitskiy
parent 7fed41388c
commit 7900ba1a13
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
#ifndef _voice_h
#define _voice_h
#pragma once
int gsm_voice_init(struct osmocom_ms *ms);
int gsm_send_voice(struct osmocom_ms *ms, struct gsm_data_frame *data);
#endif /* _voice_h */