Blame view

include/fsl_avb_logo.h 260 Bytes
071f1bdea   Ji Luo   MA-17046-1 Show o...
1
2
3
4
5
6
7
8
9
10
11
12
13
  // SPDX-License-Identifier: GPL-2.0+
  /*
   * Copyright NXP 2020
   *
   */
  
  #ifndef __FSL_AVB_LOGO_H__
  #define __FSL_AVB_LOGO_H__
  
  extern unsigned short orange_warning_bmp_palette[];
  extern unsigned char orange_warning_bmp_bitmap[];
  
  #endif /* __FSL_AVB_LOGO_H__ */