#ifndef _SBLAS
#define _SBLAS

extern "C" {
  void dptsv_(const int* N, const int* NRHS, double* D, double* E, double* B, const int* LDB, int* INFO);
}

#endif //_SBLAS
