mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
docs: serial: move it to the driver-api
The contents of this directory is mostly driver-api stuff. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
c92992fc60
commit
65388dad1b
14 changed files with 10 additions and 9 deletions
|
@ -32,7 +32,7 @@ struct device;
|
|||
|
||||
/*
|
||||
* This structure describes all the operations that can be done on the
|
||||
* physical hardware. See Documentation/serial/driver.rst for details.
|
||||
* physical hardware. See Documentation/driver-api/serial/driver.rst for details.
|
||||
*/
|
||||
struct uart_ops {
|
||||
unsigned int (*tx_empty)(struct uart_port *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue