blob: 3f6df1de73c248d2ff73beea13f23c6a6233de58 [file] [log] [blame]
// Copyright 2020 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.
#include "acpidump.h"
int main(int argc, const char** argv) { return acpidump::Main(argc, argv); }