blob: 3ba35ba02ccf2ba715594571fafc1f158ea62ae5 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include "parser/parser.h"
#include "sysgen_generator.h"
bool process_comment(SysgenGenerator* parser, TokenStream& ts);
bool process_syscall(SysgenGenerator* parser, TokenStream& ts);