Make UEFI boot-platform build again
[haiku.git] / src / servers / launch / InitRealTimeClockJob.h
blobf2ecaa4760d7e7e64eb764c4c146ded92d0094ca
1 /*
2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef INIT_REAL_TIME_CLOCK_JOB_H
6 #define INIT_REAL_TIME_CLOCK_JOB_H
9 #include <Job.h>
10 #include <Path.h>
13 class InitRealTimeClockJob : public BSupportKit::BJob {
14 public:
15 InitRealTimeClockJob();
17 protected:
18 virtual status_t Execute();
20 private:
21 void _SetRealTimeClockIsGMT(BPath path) const;
22 void _SetTimeZoneOffset(BPath path) const;
26 #endif // INIT_REAL_TIME_CLOCK_JOB_H