Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2006 PA Semi, Inc
0004  *
0005  * Maintained by: Olof Johansson <olof@lixom.net>
0006  */
0007 
0008 #include <linux/time.h>
0009 
0010 #include <asm/time.h>
0011 
0012 time64_t __init pas_get_boot_time(void)
0013 {
0014     /* Let's just return a fake date right now */
0015     return mktime64(2006, 1, 1, 12, 0, 0);
0016 }