summaryrefslogtreecommitdiff
path: root/chip/g/loader/key_ladder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/loader/key_ladder.h')
-rw-r--r--chip/g/loader/key_ladder.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/chip/g/loader/key_ladder.h b/chip/g/loader/key_ladder.h
deleted file mode 100644
index 094dcf8940..0000000000
--- a/chip/g/loader/key_ladder.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef __EC_CHIP_G_LOADER_KEY_LADDER_H
-#define __EC_CHIP_G_LOADER_KEY_LADDER_H
-
-#include <stdint.h>
-#include <stddef.h>
-
-void key_ladder_step(uint32_t certificate, const uint32_t *input);
-
-#endif /* ! __EC_CHIP_G_LOADER_KEY_LADDER_H */