Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 #ifndef INTERNAL_H
0003 #define INTERNAL_H
0004 
0005 struct menu;
0006 
0007 extern struct menu *current_menu, *current_entry;
0008 
0009 #endif /* INTERNAL_H */