blob: 2dc7775a7ab8cd7c175312eddad6b734e3b16002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/***************************************************************************
*
* devinfo_optical.h : definition for optical (MMC compliant) media
*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
* Licensed under the Academic Free License version 2.1
*
**************************************************************************/
#ifndef DEVINFO_OPTICAL_H
#define DEVINFO_OPTICAL_H
#include "devinfo.h"
extern DevinfoDevHandler devinfo_optical_handler;
#endif /* DEVINFO_OPTICAL_H */
|