mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
f899cc3973435e38f79806746a25ae130bf01470
2 Removed functions:
[D] 'function void do_gettimeofday(timeval*)'
[D] 'function unsigned long int get_seconds()'
'struct llc_sap at llc.h:54:1' changed:
type size changed from 8576 to 8704 (in bits)
1 data member insertion:
'callback_head llc_sap::rcu', at offset 8576 (in bits) at llc.h:69:1
9 impacted interfaces:
function void llc_add_pack(int, void ()*)
function int llc_build_and_send_ui_pkt(llc_sap*, sk_buff*, unsigned char*, unsigned char)
function void llc_sap_close(llc_sap*)
function llc_sap* llc_sap_find(unsigned char)
function llc_sap* llc_sap_open(unsigned char, void ()*)
function datalink_proto* register_8022_client(unsigned char, void ()*)
function datalink_proto* register_snap_client(const unsigned char*, void ()*)
function void unregister_8022_client(datalink_proto*)
function void unregister_snap_client(datalink_proto*)
Change-Id: Ida6d19e93ee9bc0520f5f4beed855537b1611f87
Signed-off-by: Matthias Maennich <maennich@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%