usb-0.3: System/USB/Initialization.hs
--------------------------------------------------------------------------------
-- |
-- Module : System.USB.Init
-- Copyright : (c) 2009 Bas van Dijk
-- License : BSD3 (see the file LICENSE)
-- Maintainer : Bas van Dijk <v.dijk.bas@gmail.com>
--
-- This module provides functionality for initializing this @usb@ library.
--
--------------------------------------------------------------------------------
module System.USB.Initialization
( Ctx
, newCtx
, setDebug
, Verbosity(..)
) where
import System.USB.Internal