aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/include/mpm/spi/mock_spi.h
blob: c289faa16e7d29be9bb696349fb6f56df376917c (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <uhd/types/serial.hpp>

class mock_spi : public virtual uhd::spi_iface
{
public:
    typedef boost::shared_ptr<spi> sptr;
    static sptr make(const std::string &device);
};