1
0
mirror of https://github.com/parasyte/alt64 synced 2024-10-31 23:35:00 -04:00
alt64/inc/usb.h
Robin Jones e923de78aa removed includes from headers
corrected location of some protos
removed un-needed includes from source files
2017-10-11 23:04:17 +01:00

15 lines
250 B
C

//
// Copyright (c) 2017 The Altra64 project contributors
// Portions (c) 2011 KRIK
// See LICENSE file in the project root for full license information.
//
#ifndef _USB_H
#define _USB_H
//#include "types.h"
u8 usbListener();
#endif /* _USB_H */