sys_proto.h 252 B

12345678910111213141516
  1. /*
  2. * (C) Copyright 2010
  3. * Texas Instruments, <www.ti.com>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _SYS_PROTO_H_
  8. #define _SYS_PROTO_H_
  9. struct rmobile_sysinfo {
  10. char *board_string;
  11. };
  12. extern const struct rmobile_sysinfo sysinfo;
  13. #endif