diff options
Diffstat (limited to 'src/cpu/via/car/exit_car.S')
-rw-r--r-- | src/cpu/via/car/exit_car.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/via/car/exit_car.S b/src/cpu/via/car/exit_car.S new file mode 100644 index 0000000000..0f1b227c2d --- /dev/null +++ b/src/cpu/via/car/exit_car.S @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +.global chipset_teardown_car + +.code32 +chipset_teardown_car: + /* Return to caller. */ + jmp *%esp |