cmdline.c (cf40a76e7d5874bb25f4404eecc58a2e033af885) | cmdline.c (97873a3daf611594a7f92cc88bd8c5c8c526e1a3) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* | 2/* |
2 * This file is part of the Linux kernel, and is made available under 3 * the terms of the GNU General Public License version 2. | |
4 * 5 * Misc librarized functions for cmdline poking. 6 */ 7#include <linux/kernel.h> 8#include <linux/string.h> 9#include <linux/ctype.h> 10#include <asm/setup.h> 11 --- 204 unchanged lines hidden --- | 3 * 4 * Misc librarized functions for cmdline poking. 5 */ 6#include <linux/kernel.h> 7#include <linux/string.h> 8#include <linux/ctype.h> 9#include <asm/setup.h> 10 --- 204 unchanged lines hidden --- |