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