mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
18 lines
422 B
C++
18 lines
422 B
C++
// ======================================================================
|
|
// LinuxSpiDriver.hpp
|
|
// Standardization header for LinuxSpiDriver
|
|
// ======================================================================
|
|
|
|
#ifndef Drv_LinuxSpiDriver_HPP
|
|
#define Drv_LinuxSpiDriver_HPP
|
|
|
|
#include "Drv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.hpp"
|
|
|
|
namespace Drv {
|
|
|
|
using LinuxSpiDriver = LinuxSpiDriverComponentImpl;
|
|
|
|
}
|
|
|
|
#endif
|