| 1234567891011121314151617 |
- .. SPDX-License-Identifier: GPL-2.0+
- ==============
- Generic parser
- ==============
- Overview
- ========
- The generic parser is a simple parser for parsing mount options,
- filesystem options, driver options, subsystem options, etc.
- Parser API
- ==========
- .. kernel-doc:: lib/parser.c
- :export:
|