// Copyright (c) 2015 Qualcomm Technologies, Inc.  All Rights Reserved.
// Qualcomm Technologies Proprietary and Confidential.

#ifndef __CSECURE_DISPLAY_OPEN_H
#define __CSECURE_DISPLAY_OPEN_H

#include <stdint.h>
#include "object.h"

extern int32_t CSecureDisplay_open(uint32_t uid, Object credentials, Object *objOut);

#endif // __CSECURE_DISPLAY_OPEN_H
