diff options
Diffstat (limited to 'tmk_core/common/host_driver.h')
-rw-r--r-- | tmk_core/common/host_driver.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/common/host_driver.h b/tmk_core/common/host_driver.h index 3cfec40cca..f34a220530 100644 --- a/tmk_core/common/host_driver.h +++ b/tmk_core/common/host_driver.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef HOST_DRIVER_H -#define HOST_DRIVER_H +#pragma once #include <stdint.h> #include "report.h" @@ -31,5 +30,3 @@ typedef struct { void (*send_system)(uint16_t); void (*send_consumer)(uint16_t); } host_driver_t; - -#endif |