• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _DGNC_UTILS_H
3 #define _DGNC_UTILS_H
4 
5 int dgnc_ms_sleep(ulong ms);
6 
7 #endif	/* _DGNC_UTILS_H */
8