v4l2-0.1.0.2: Graphics/V4L2/Types.hs
{- |
Module : Graphics.V4L2.Types
Maintainer : claude@mathr.co.uk
Stability : no
Portability : no
-}
module Graphics.V4L2.Types
( module Graphics.V4L2.Types.Internal
) where
import Graphics.V4L2.Types.Internal
( Fraction(..)
)