/*************************************************************************** * * 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 */