mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
21 lines
548 B
C
21 lines
548 B
C
/***************************************************************************
|
|
*
|
|
* 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 */
|
|
|