mirror of https://github.com/torvalds/linux.git
18 lines
293 B
ReStructuredText
18 lines
293 B
ReStructuredText
.. 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:
|