![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 0003 struct script_file { 0004 char *dir; 0005 char *file; 0006 char *desc; 0007 }; 0008 0009 /* List available script tests to run - singleton - never freed */ 0010 const struct script_file *list_script_files(void); 0011 /* Get maximum width of description string */ 0012 int list_script_max_width(void);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |