Blame view

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