openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

regex.h (418B)


      1 /*
      2  * 
      3  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4  * 
      5  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      6  *
      7  * File:    regex.h
      8  * Purpose:     Regular expression search
      9  */
     10 
     11 #ifndef _SAL_REGEX_H
     12 #define _SAL_REGEX_H
     13 
     14 #if !defined(__KERNEL__) && !defined(NO_REGEX)
     15 #include <regex.h>
     16 
     17 #endif
     18 
     19 #endif	/* _SAL_REGEX_H */