1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef BIRMAN_EC_H 4 #define BIRMAN_EC_H 5 6 void birman_ec_init(void); 7 8 #endif /* BIRMAN_EC_H */ 9