Blame view

include/timestamp.h 256 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  /* SPDX-License-Identifier: GPL-2.0+ */
561858ee7   Peter Tyser   Update U-Boot's b...
2
3
  /*
   * Copyright 2008 Extreme Engineering Solutions, Inc.
561858ee7   Peter Tyser   Update U-Boot's b...
4
5
6
7
8
9
   */
  
  #ifndef	__TIMESTAMP_H__
  #define	__TIMESTAMP_H__
  
  #ifndef DO_DEPS_ONLY
efb2172ec   Simon Glass   Move timestamp an...
10
  #include "generated/timestamp_autogenerated.h"
561858ee7   Peter Tyser   Update U-Boot's b...
11
12
13
  #endif
  
  #endif	/* __TIMESTAMP_H__ */