mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
14 lines
284 B
C
14 lines
284 B
C
|
/*
|
||
|
* Simple string functions.
|
||
|
*
|
||
|
* Copyright (C) 2014 Red Hat Inc.
|
||
|
*
|
||
|
* Author:
|
||
|
* Vivek Goyal <vgoyal@redhat.com>
|
||
|
*
|
||
|
* This source code is licensed under the GNU General Public License,
|
||
|
* Version 2. See the file COPYING for more details.
|
||
|
*/
|
||
|
|
||
|
#include "../boot/string.c"
|