We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccce6de commit a030068Copy full SHA for a030068
include/linux/serial_core.h
@@ -336,19 +336,8 @@ struct uart_port {
336
void *private_data; /* generic platform data pointer */
337
};
338
339
-/*
340
- * This is the state information which is only valid when the port
341
- * is open; it may be cleared the core driver once the device has
342
- * been closed. Either the low level driver or the core can modify
343
- * stuff here.
344
- */
345
-typedef unsigned int __bitwise__ uif_t;
346
-
347
348
/*
349
* This is the state information which is persistent across opens.
350
- * The low level driver must not to touch any elements contained
351
- * within.
352
*/
353
struct uart_state {
354
struct tty_port port;
0 commit comments