/* ************************************************************************
 * Copyright (c) 2019-2020 Advanced Micro Devices, Inc.
 * ************************************************************************ */

/*! \file
    \brief rocsolver.h includes other *.h and exposes a common interface
 ***************************************************************************/

#ifndef _ROCSOLVER_H_
#define _ROCSOLVER_H_

/* library headers */
#include "rocsolver-aliases.h"
#include "rocsolver-export.h"
#include "rocsolver-extra-types.h"
#include "rocsolver-functions.h"
#include "rocsolver-version.h"

#endif /* _ROCSOLVER_H_ */
