{-# LINE 1 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
module Bindings.HDF5.Raw.H5FD.Log where
import Foreign.C.String
import Foreign.C.Types
import Foreign.Ptr
import System.IO.Unsafe (unsafePerformIO)
import Bindings.HDF5.Raw.H5
import Bindings.HDF5.Raw.H5I
{-# LINE 27 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_LOC_READ :: forall a. Num a => a
h5fd_LOG_LOC_READ = a
2
h5fd_LOG_LOC_READ :: (Num a) => a
{-# LINE 32 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_LOC_WRITE = 4
h5fd_LOG_LOC_WRITE :: (Num a) => a
{-# LINE 33 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_LOC_SEEK = 8
h5fd_LOG_LOC_SEEK :: (Num a) => a
{-# LINE 34 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_LOC_IO = 14
h5fd_LOG_LOC_IO :: (Num a) => a
{-# LINE 35 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_FILE_READ = 16
h5fd_LOG_FILE_READ :: (Num a) => a
{-# LINE 38 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_FILE_WRITE = 32
h5fd_LOG_FILE_WRITE :: (Num a) => a
{-# LINE 39 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_FILE_IO = 48
h5fd_LOG_FILE_IO :: (Num a) => a
{-# LINE 40 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_FLAVOR = 64
h5fd_LOG_FLAVOR :: (Num a) => a
{-# LINE 43 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_NUM_READ = 128
h5fd_LOG_NUM_READ :: (Num a) => a
{-# LINE 46 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_NUM_WRITE = 256
h5fd_LOG_NUM_WRITE :: (Num a) => a
{-# LINE 47 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_NUM_SEEK = 512
h5fd_LOG_NUM_SEEK :: (Num a) => a
{-# LINE 48 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_NUM_IO = 1920
h5fd_LOG_NUM_IO :: (Num a) => a
{-# LINE 49 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_TIME_OPEN = 2048
h5fd_LOG_TIME_READ :: forall a. Num a => a
h5fd_LOG_TIME_OPEN :: (Num a) => a
{-# LINE 52 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_TIME_READ = 8192
h5fd_LOG_TIME_READ :: (Num a) => a
{-# LINE 53 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_TIME_WRITE = 16384
h5fd_LOG_TIME_WRITE :: (Num a) => a
{-# LINE 54 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_TIME_SEEK = 32768
h5fd_LOG_TIME_SEEK :: (Num a) => a
{-# LINE 55 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_TIME_CLOSE = 131072
h5fd_LOG_TIME_CLOSE :: (Num a) => a
{-# LINE 56 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_TIME_IO = 260096
h5fd_LOG_TIME_IO :: (Num a) => a
{-# LINE 57 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_ALLOC = 262144
h5fd_LOG_ALLOC :: (Num a) => a
{-# LINE 60 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
h5fd_LOG_ALL = 1048575
h5fd_LOG_ALL :: (Num a) => a
{-# LINE 61 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
{-# LINE 70 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
{-# LINE 77 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}
foreign import ccall "H5Pset_fapl_log" h5p_set_fapl_log
:: HId_t -> CString -> CUInt -> CSize -> IO HErr_t
foreign import ccall "&H5Pset_fapl_log" p_H5Pset_fapl_log
:: FunPtr (HId_t -> CString -> CUInt -> CSize -> IO HErr_t)
{-# LINE 84 "src/Bindings/HDF5/Raw/H5FD/Log.hsc" #-}