1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Copyright (c) 2018 Linaro Limited. All rights reserved. 4 * Author: Rafael David Tinoco <rafael.tinoco@linaro.org> 5 */ 6 7 #ifndef FNMATCH_H__ 8 #define FNMATCH_H__ 9 10 #ifndef FNM_EXTMATCH 11 #define FNM_EXTMATCH 0 12 #endif 13 14 #endif 15