SmartOS/Board/AP0802.h

14 lines
165 B
C++

#ifndef _AP0802_H_
#define _AP0802_H_
#include "AP0801.h"
// 阿波罗0802
class AP0802 : public AP0801
{
public:
AP0802(int hardver);
};
#endif