aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/etimezone.h
blob: 081bf1393223be8de3172417b8900222651ccb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __etimezone_h
#define __etimezone_h

class etimezone
{
public:
	etimezone();
};

#endif