• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_BLOCK_CAR_H
4 #define AMD_BLOCK_CAR_H
5 
6 #include <stdint.h>
7 
8 void ap_teardown_car(uint32_t flags);
9 
10 #endif /* AMD_BLOCK_CAR_H */
11