bfqio: Use pragma once for include guard

Change-Id: I53a8ee558beeb115fa08905a8dc2cda64c1d2de5
gugelfrei
Ethan Chen 6 years ago committed by Bruno Martins
parent 32e4e79dfa
commit 0500ba8a0b

@ -14,8 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#ifndef __BFQIO_H #pragma once
#define __BFQIO_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -26,5 +25,3 @@ int android_set_rt_ioprio(int pid, int rt);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* __BFQIO_H */

Loading…
Cancel
Save