summaryrefslogtreecommitdiff
path: root/class/printer/usbd_printer.h
blob: 7f691dfcf0b3f86841105b4808bb9baf589ba744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (c) 2022, sakumisu
 *
 * SPDX-License-Identifier: Apache-2.0
 */
#ifndef USBD_PRINTER_H
#define USBD_PRINTER_H

#include "usb_printer.h"

#ifdef __cplusplus
extern "C" {
#endif

/* Alloc printer interface driver */
struct usbd_interface *usbd_printer_alloc_intf(void);

#ifdef __cplusplus
}
#endif

#endif /* USBD_PRINTER_H */