mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
632093eced49c76aa97f564248efc6d041779135
Also, adds function usb_gsi_ep_op and resolves ABI diff for struct usb_ep_ops by adding new member gsi_ep_ops. Also resolves ABI diff for struct usb_request by adding member udc_priv. Test: build Bug: 153676200 Change-Id: I04a59f7a2670fb80afa5822b79ea488bc94abdfe (cherry picked from commit 62523500193e11a8837d4c76ef4a42be2ca4ea0f) [hridya: EXPORT_SYMBOL -> EXPORT_SYMBOL_GPL, cherry-picked only the ABI diff, added some null pointer checks and documentation] Signed-off-by: Hridya Valsaraju <hridya@google.com>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%