Revision e73f0f0ee7541171d89f2e2491130c7771ba58d3 authored by Linus Torvalds on 11 July 2021, 22:07:40 UTC, committed by Linus Torvalds on 11 July 2021, 22:07:40 UTC
1 parent 6c855fc
Raw File
internal.h
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef INTERNAL_H
#define INTERNAL_H

struct menu;

extern struct menu *current_menu, *current_entry;

#endif /* INTERNAL_H */
back to top