• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SUPERIO_SMSC_LPC47N207_H
4 #define SUPERIO_SMSC_LPC47N207_H
5 
6 void try_enabling_LPC47N207_uart(void);
7 
8 #endif /* SUPERIO_SMSC_LPC47N207_H */
9