otlbase.h 241 B

1234567891011121314
  1. #ifndef __OTL_BASE_H__
  2. #define __OTL_BASE_H__
  3. #include "otlayout.h"
  4. OTL_BEGIN_HEADER
  5. OTL_LOCAL( void )
  6. otl_base_validate( OTL_Bytes table,
  7. OTL_Validator valid );
  8. OTL_END_HEADER
  9. #endif /* __OTL_BASE_H__ */