9 lines
119 B
C
9 lines
119 B
C
#pragma once
|
|
|
|
#include "src/kernel/stream.h"
|
|
#include <stdint.h>
|
|
|
|
void usb_init();
|
|
|
|
void usb_enumerate(stream_t *out);
|