08beba6cb1
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
17 lines
230 B
C
Generated
17 lines
230 B
C
Generated
#ifndef TREE_SITTER_P4_H_
|
|
#define TREE_SITTER_P4_H_
|
|
|
|
typedef struct TSLanguage TSLanguage;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const TSLanguage *tree_sitter_p4(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // TREE_SITTER_P4_H_
|