X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fusb-internal.h;h=57e0e277c1742ec33b0a541d1664532cf68a6440;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=6d9210c212921438a20bf6a0a3ecda1f734b515c;hpb=41025125796f2f167d7f2a8c82aac712da1aa1b1;p=kiibohd-controller.git diff --git a/Bootloader/usb-internal.h b/Bootloader/usb-internal.h index 6d9210c..57e0e27 100644 --- a/Bootloader/usb-internal.h +++ b/Bootloader/usb-internal.h @@ -1,5 +1,5 @@ /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>. - * Modifications by Jacob Alexander 2014 + * Modifications by Jacob Alexander 2014-2015 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,8 +15,7 @@ * along with this program. If not, see . */ -#ifndef __USB_INTERNAL_H -#define __USB_INTERNAL_H +#pragma once /** * Internal driver structures @@ -100,5 +99,3 @@ void usb_restart(void); void usb_enable(void); const struct usbd_config *usb_get_config_data(int config); -#endif -