⛏️ index : haiku.git

/* 
 * Copyright 2002, Marcus Overhagen. All rights reserved.
 * Distributed under the terms of the MIT License.
 */

#include <A2D.h>


BA2D::BA2D()
{
}


BA2D::~BA2D()
{
}


status_t
BA2D::Open(const char* portName)
{
	return B_ERROR;
}


void
BA2D::Close()
{
}


bool
BA2D::IsOpen()
{
	return false;
}


ssize_t
BA2D::Read(ushort* buf)
{
	return 0;
}


void
BA2D::_ReservedA2D1()
{
}


void
BA2D::_ReservedA2D2()
{
}


void
BA2D::_ReservedA2D3()
{
}