xref: /third_party/FreeBSD/sys/dev/usb/usb_if.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/FreeBSD/sys/dev/usb/
1f9f848faSopenharmony_ci/*
2f9f848faSopenharmony_ci * This file is produced automatically.
3f9f848faSopenharmony_ci * Do not modify anything in here by hand.
4f9f848faSopenharmony_ci *
5f9f848faSopenharmony_ci * Created from source file
6f9f848faSopenharmony_ci *   usb_if.m
7f9f848faSopenharmony_ci * with
8f9f848faSopenharmony_ci *   makeobjops.awk
9f9f848faSopenharmony_ci *
10f9f848faSopenharmony_ci * See the source file for legal information
11f9f848faSopenharmony_ci */
12f9f848faSopenharmony_ci
13f9f848faSopenharmony_ci#include <sys/param.h>
14f9f848faSopenharmony_ci#include <sys/queue.h>
15f9f848faSopenharmony_ci#include <sys/kernel.h>
16f9f848faSopenharmony_ci#include <sys/kobj.h>
17f9f848faSopenharmony_ci#include <sys/bus.h>
18f9f848faSopenharmony_ci#include "usb_if.h"
19f9f848faSopenharmony_ci
20f9f848faSopenharmony_cistruct kobjop_desc usb_handle_request_desc = {
21f9f848faSopenharmony_ci	0, { &usb_handle_request_desc, (kobjop_t)kobj_error_method }
22f9f848faSopenharmony_ci};
23f9f848faSopenharmony_ci
24f9f848faSopenharmony_cistruct kobjop_desc usb_take_controller_desc = {
25f9f848faSopenharmony_ci	0, { &usb_take_controller_desc, (kobjop_t)kobj_error_method }
26f9f848faSopenharmony_ci};
27f9f848faSopenharmony_ci
28

Indexes created Thu Nov 07 10:32:03 CST 2024