/* ************************************************************************
 * Copyright 2016-2019 Advanced Micro Devices, Inc.
 * ************************************************************************ */

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

#pragma once
#ifndef _ROCBLAS_H_
#define _ROCBLAS_H_

/* library headers */
#include "rocblas-auxiliary.h"
#include "rocblas-export.h"
#include "rocblas-functions.h"
#include "rocblas-types.h"
#include "rocblas-version.h"

#endif // _ROCBLAS_H_
