rtc.h (4c87aefe8930bd07275b8dd2e96ea5f24d93a52e) rtc.h (2b9481465d6ee67ac62c160dbf79c3ec3348c611)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2013 Peter Grehan <grehan@freebsd.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26 * SUCH DAMAGE.
27 *
28 * $FreeBSD$
29 */
30
31#ifndef _RTC_H_
32#define _RTC_H_
33
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2013 Peter Grehan <grehan@freebsd.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 17 unchanged lines hidden (view full) ---

26 * SUCH DAMAGE.
27 *
28 * $FreeBSD$
29 */
30
31#ifndef _RTC_H_
32#define _RTC_H_
33
34void rtc_init(struct vmctx *ctx, int use_localtime);
34void rtc_init(struct vmctx *ctx);
35
36#endif /* _RTC_H_ */
35
36#endif /* _RTC_H_ */