blob: c242ca848a619d5d70619c2a0ac774a23f6e53f8 [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.
#ifndef OSFUNC_FUCHSIA_H_
#define OSFUNC_FUCHSIA_H_
#include "osfunc.h"
#include "fuchsia/msd_img_connection.h"
PVRSRV_ERROR
OSEventObjectOpenWithConnection(IMG_HANDLE hEventObject, MsdImgConnection* connection, IMG_HANDLE* phOSEvent);
#endif // OSFUNC_FUCHSIA_H_