blob: fa8452a030f82c58a098c0e616186001a0fdeb0f [file] [log] [blame]
// Copyright 2019 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 "device_ctx.h"
DriverCtx::DriverCtx() {}
zx_status_t DriverCtx::Init() { return ZX_OK; }