1/*
2 *  IOFireWireAVCLibUnit.h
3 *  IOFireWireAVC
4 *
5 *  Created by cpieper on Wed Feb 06 2002.
6 *  Copyright (c) 2001 __MyCompanyName__. All rights reserved.
7 *
8 */
9
10#ifndef _IOKIT_IOFIREWIREAVCLIBUNIT_H_
11#define _IOKIT_IOFIREWIREAVCLIBUNIT_H_
12
13#include <IOKit/IOKitLib.h>
14
15class IOFireWireAVCLibConsumer;
16
17__BEGIN_DECLS
18void consumerPlugDestroyed( void * self, IOFireWireAVCLibConsumer * consumer );
19Boolean isDeviceSuspended( void * self );
20__END_DECLS
21
22#endif