blob: 5a641cf2862776c58a961ba1a1e632ef1a25f2c3 [file] [log] [blame]
// Copyright 2018 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 "fidl/library_zx.h"
namespace fidl {
namespace LibraryZX {
const char kFilename[] = "zx.fidl";
const char kData[] = R"FIDL(
[Internal]
library zx;
using status = int32;
using time = int64;
using duration = int64;
using koid = uint64;
using vaddr = uint64;
using paddr = uint64;
using paddr32 = uint32;
using gpaddr = uint64;
using off = uint64;
using procarg = uint32;
)FIDL";
} // namespace LibraryZX
} // namespace fidl