altra64/inc/usb.h

15 lines
250 B
C
Raw Normal View History

2017-10-06 09:48:52 -04:00
//
// Copyright (c) 2017 The Altra64 project contributors
// Portions (c) 2011 KRIK
// See LICENSE file in the project root for full license information.
//
2014-06-29 01:10:11 -04:00
2017-10-11 11:53:18 -04:00
#ifndef _USB_H
#define _USB_H
2014-06-29 01:10:11 -04:00
//#include "types.h"
2014-06-29 01:10:11 -04:00
u8 usbListener();
2017-10-11 11:53:18 -04:00
#endif /* _USB_H */